Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2145)

Unified Diff: core/fxcodec/include/fx_codec_flate.h

Issue 1864153002: Move include/fxcodec to fxcodec/include (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/fxcodec/include/fx_codec_flate.h
diff --git a/core/include/fxcodec/fx_codec_flate.h b/core/fxcodec/include/fx_codec_flate.h
similarity index 87%
rename from core/include/fxcodec/fx_codec_flate.h
rename to core/fxcodec/include/fx_codec_flate.h
index a0d151d25856fd02894ab87394f176daa33b6bb3..83e9281b486b4c0009db03fa626aae9bc500bee0 100644
--- a/core/include/fxcodec/fx_codec_flate.h
+++ b/core/fxcodec/include/fx_codec_flate.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_INCLUDE_FXCODEC_FX_CODEC_FLATE_H_
-#define CORE_INCLUDE_FXCODEC_FX_CODEC_FLATE_H_
+#ifndef CORE_FXCODEC_INCLUDE_FX_CODEC_FLATE_H_
+#define CORE_FXCODEC_INCLUDE_FX_CODEC_FLATE_H_
#include "third_party/zlib_v128/zlib.h"
@@ -30,4 +30,4 @@ void FPDFAPI_FlateEnd(void* context);
} // extern "C"
#endif
-#endif // CORE_INCLUDE_FXCODEC_FX_CODEC_FLATE_H_
+#endif // CORE_FXCODEC_INCLUDE_FX_CODEC_FLATE_H_

Powered by Google App Engine
This is Rietveld 408576698