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

Unified Diff: core/fxcodec/lbmp/fx_bmp.h

Issue 1800523005: Move core/src/ up to core/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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/jbig2/JBig2_TrdProc.cpp ('k') | core/fxcodec/lbmp/fx_bmp.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxcodec/lbmp/fx_bmp.h
diff --git a/core/src/fxcodec/lbmp/fx_bmp.h b/core/fxcodec/lbmp/fx_bmp.h
similarity index 97%
rename from core/src/fxcodec/lbmp/fx_bmp.h
rename to core/fxcodec/lbmp/fx_bmp.h
index 24c94cabbe809373b8944b8bdb673a08cef784ea..2ef0c0a8b033ce5aae8205064358d9495a3fcfe4 100644
--- a/core/src/fxcodec/lbmp/fx_bmp.h
+++ b/core/fxcodec/lbmp/fx_bmp.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_SRC_FXCODEC_LBMP_FX_BMP_H_
-#define CORE_SRC_FXCODEC_LBMP_FX_BMP_H_
+#ifndef CORE_FXCODEC_LBMP_FX_BMP_H_
+#define CORE_FXCODEC_LBMP_FX_BMP_H_
#include <setjmp.h>
@@ -152,4 +152,4 @@ FX_BOOL bmp_encode_image(bmp_compress_struct_p bmp_ptr,
FX_WORD GetWord_LSBFirst(uint8_t* p);
void SetWord_LSBFirst(uint8_t* p, FX_WORD v);
-#endif // CORE_SRC_FXCODEC_LBMP_FX_BMP_H_
+#endif // CORE_FXCODEC_LBMP_FX_BMP_H_
« no previous file with comments | « core/fxcodec/jbig2/JBig2_TrdProc.cpp ('k') | core/fxcodec/lbmp/fx_bmp.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698