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

Unified Diff: core/fxge/include/fpf.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/ge/fx_text_int.h ('k') | core/fxge/include/fx_dib.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/include/fpf.h
diff --git a/core/include/fxge/fpf.h b/core/fxge/include/fpf.h
similarity index 95%
rename from core/include/fxge/fpf.h
rename to core/fxge/include/fpf.h
index bc42a2dd95d72f82ab9fa5d44e329a2eed2ba241..2d43e8da6fdfbeb5eb845c8f253eb748419d2611 100644
--- a/core/include/fxge/fpf.h
+++ b/core/fxge/include/fpf.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_INCLUDE_FXGE_FPF_H_
-#define CORE_INCLUDE_FXGE_FPF_H_
+#ifndef CORE_FXGE_INCLUDE_FPF_H_
+#define CORE_FXGE_INCLUDE_FPF_H_
#include "core/fxcrt/include/fx_coordinates.h"
@@ -67,4 +67,4 @@ class IFPF_FontMgr {
uint32_t dwMatch = 0) = 0;
};
-#endif // CORE_INCLUDE_FXGE_FPF_H_
+#endif // CORE_FXGE_INCLUDE_FPF_H_
« no previous file with comments | « core/fxge/ge/fx_text_int.h ('k') | core/fxge/include/fx_dib.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698