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

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

Issue 1864153002: Move include/fxcodec to fxcodec/include (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master 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
« no previous file with comments | « core/fxcodec/include/DEPS ('k') | core/fxcodec/include/fx_codec_def.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxcodec/include/fx_codec.h
diff --git a/core/include/fxcodec/fx_codec.h b/core/fxcodec/include/fx_codec.h
similarity index 99%
rename from core/include/fxcodec/fx_codec.h
rename to core/fxcodec/include/fx_codec.h
index 9db5e8c34bee59d2682e201dc8883e825e7f9f0a..1c3922ee4f0b2342be3313914e80756566d9165d 100644
--- a/core/include/fxcodec/fx_codec.h
+++ b/core/fxcodec/include/fx_codec.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_INCLUDE_FXCODEC_FX_CODEC_H_
-#define CORE_INCLUDE_FXCODEC_FX_CODEC_H_
+#ifndef CORE_FXCODEC_INCLUDE_FX_CODEC_H_
+#define CORE_FXCODEC_INCLUDE_FX_CODEC_H_
#include <map>
#include <memory>
@@ -13,7 +13,7 @@
#include "core/fxcrt/include/fx_basic.h"
#include "core/fxcrt/include/fx_coordinates.h" // For FX_RECT.
-#include "core/include/fxcodec/fx_codec_def.h"
+#include "core/fxcodec/include/fx_codec_def.h"
class CFX_DIBSource;
class CJPX_Decoder;
@@ -557,4 +557,4 @@ void FaxG4Decode(const uint8_t* src_buf,
int height,
int pitch);
-#endif // CORE_INCLUDE_FXCODEC_FX_CODEC_H_
+#endif // CORE_FXCODEC_INCLUDE_FX_CODEC_H_
« no previous file with comments | « core/fxcodec/include/DEPS ('k') | core/fxcodec/include/fx_codec_def.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698