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

Unified Diff: core/fxcodec/lgif/fx_gif.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/lbmp/fx_bmp.cpp ('k') | core/fxcodec/lgif/fx_gif.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxcodec/lgif/fx_gif.h
diff --git a/core/src/fxcodec/lgif/fx_gif.h b/core/fxcodec/lgif/fx_gif.h
similarity index 98%
rename from core/src/fxcodec/lgif/fx_gif.h
rename to core/fxcodec/lgif/fx_gif.h
index 32300a50e5bfb3f9746a059537dbc4027d8e74bd..c44fb7a7cb1fabb7baac9f1e8c6ae8f244e91905 100644
--- a/core/src/fxcodec/lgif/fx_gif.h
+++ b/core/fxcodec/lgif/fx_gif.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_SRC_FXCODEC_LGIF_FX_GIF_H_
-#define CORE_SRC_FXCODEC_LGIF_FX_GIF_H_
+#ifndef CORE_FXCODEC_LGIF_FX_GIF_H_
+#define CORE_FXCODEC_LGIF_FX_GIF_H_
#include <setjmp.h>
@@ -293,4 +293,4 @@ FX_BOOL gif_encode(gif_compress_struct_p gif_ptr,
uint8_t*& dst_buf,
FX_DWORD& dst_len);
-#endif // CORE_SRC_FXCODEC_LGIF_FX_GIF_H_
+#endif // CORE_FXCODEC_LGIF_FX_GIF_H_
« no previous file with comments | « core/fxcodec/lbmp/fx_bmp.cpp ('k') | core/fxcodec/lgif/fx_gif.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698