summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorTom Sepez <tsepez@chromium.org>2015-10-12 15:43:01 -0700
committerTom Sepez <tsepez@chromium.org>2015-10-12 15:43:01 -0700
commit5ef9faa8e8f5593556d78f775d86f1e52e4c341a (patch)
tree6690eee12e5ab604337fe30db7c5a725aaac3e2c /samples
parent0dfd03060be722485f44446f18e2e4eaf9344595 (diff)
downloadpdfium-5ef9faa8e8f5593556d78f775d86f1e52e4c341a.tar.xz
XFA: Move fx_codec's lpng and tiff to third_party/
We did this with the other codecs in master, but these two are XFA-only, and did not get the same treatment. Remove some fx_ prefixes in the third-party file names. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1392373004 .
Diffstat (limited to 'samples')
-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 7d53decef1..a8ca925a3a 100644
--- a/samples/image_diff_png.cc
+++ b/samples/image_diff_png.cc
@@ -17,8 +17,8 @@
#include <string>
#include "../third_party/base/logging.h"
+#include "../third_party/lpng_v163/png.h"
#include "../third_party/zlib_v128/zlib.h"
-#include "../core/src/fxcodec/fx_lpng/include/fx_png.h"
namespace image_diff_png {