summaryrefslogtreecommitdiff
path: root/samples/image_diff_png.cc
diff options
context:
space:
mode:
authorLei Zhang <thestig@chromium.org>2016-01-15 12:20:27 -0800
committerLei Zhang <thestig@chromium.org>2016-01-15 12:20:27 -0800
commitfa92864d257f57e5afdc0a36eafad8f2575c528a (patch)
treed792e53ea13f87d1fa2995127c864621b7701146 /samples/image_diff_png.cc
parent45f2a47df2d6505c351ee0586969bf142c93bf6b (diff)
downloadpdfium-fa92864d257f57e5afdc0a36eafad8f2575c528a.tar.xz
XFA: Upgrade libpng to 1.6.20.
R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1591483003 .
Diffstat (limited to 'samples/image_diff_png.cc')
-rw-r--r--samples/image_diff_png.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/image_diff_png.cc b/samples/image_diff_png.cc
index 6ad7f88d81..01df836c17 100644
--- a/samples/image_diff_png.cc
+++ b/samples/image_diff_png.cc
@@ -17,7 +17,7 @@
#include <string>
#include "third_party/base/logging.h"
-#include "third_party/lpng_v163/png.h"
+#include "third_party/libpng/png.h"
#include "third_party/zlib_v128/zlib.h"
namespace image_diff_png {