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

Unified Diff: core/fxge/include/fx_dib.h

Issue 1868533002: Move core/include/fxge to core/fxge/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
« no previous file with comments | « core/fxge/include/fpf.h ('k') | core/fxge/include/fx_font.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/include/fx_dib.h
diff --git a/core/include/fxge/fx_dib.h b/core/fxge/include/fx_dib.h
similarity index 99%
rename from core/include/fxge/fx_dib.h
rename to core/fxge/include/fx_dib.h
index 59a494182cd0bf404982b0fe9a34f8a4d7d534c0..4a9b29533afaab1dc657445beb58d6bec8290cb0 100644
--- a/core/include/fxge/fx_dib.h
+++ b/core/fxge/include/fx_dib.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_INCLUDE_FXGE_FX_DIB_H_
-#define CORE_INCLUDE_FXGE_FX_DIB_H_
+#ifndef CORE_FXGE_INCLUDE_FX_DIB_H_
+#define CORE_FXGE_INCLUDE_FX_DIB_H_
#include "core/fxcrt/include/fx_basic.h"
#include "core/fxcrt/include/fx_coordinates.h"
@@ -666,4 +666,4 @@ class CFX_ImageRenderer {
int m_BlendType;
};
-#endif // CORE_INCLUDE_FXGE_FX_DIB_H_
+#endif // CORE_FXGE_INCLUDE_FX_DIB_H_
« no previous file with comments | « core/fxge/include/fpf.h ('k') | core/fxge/include/fx_font.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698