From a2af7de2e32e6938dd825acb8df775b11ec95510 Mon Sep 17 00:00:00 2001 From: Lei Zhang Date: Fri, 31 Mar 2017 13:33:12 -0700 Subject: Move zlib to a DEPS-based checkout. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG=chromium:541704 Change-Id: I313d8853450ff5940b3baa4054ff441b342c46b7 Reviewed-on: https://pdfium-review.googlesource.com/3350 Commit-Queue: Lei Zhang Reviewed-by: dsinclair Reviewed-by: Nicolás Peña --- core/fxcodec/codec/fx_codec_flate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/fxcodec/codec') diff --git a/core/fxcodec/codec/fx_codec_flate.cpp b/core/fxcodec/codec/fx_codec_flate.cpp index 269bf58813..c73703fba5 100644 --- a/core/fxcodec/codec/fx_codec_flate.cpp +++ b/core/fxcodec/codec/fx_codec_flate.cpp @@ -15,7 +15,7 @@ #include "core/fxcrt/fx_ext.h" #include "third_party/base/numerics/safe_conversions.h" #include "third_party/base/ptr_util.h" -#include "third_party/zlib_v1211/zlib.h" +#include "third_party/zlib/zlib.h" extern "C" { -- cgit v1.2.3