From 5ef9faa8e8f5593556d78f775d86f1e52e4c341a Mon Sep 17 00:00:00 2001 From: Tom Sepez Date: Mon, 12 Oct 2015 15:43:01 -0700 Subject: 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 . --- samples/image_diff_png.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') 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 #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 { -- cgit v1.2.3