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: xfa/fxfa/include/xfa_fontmgr.h

Issue 1864973005: Move remaining xfa/include/fxfa files (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 | « xfa/fxfa/include/xfa_ffwidgethandler.h ('k') | xfa/fxfa/include/xfa_rendercontext.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/include/xfa_fontmgr.h
diff --git a/xfa/include/fxfa/xfa_fontmgr.h b/xfa/fxfa/include/xfa_fontmgr.h
similarity index 94%
rename from xfa/include/fxfa/xfa_fontmgr.h
rename to xfa/fxfa/include/xfa_fontmgr.h
index 082c672805fcf430e07ba6b9ccca19514611d3f8..cab3cfb219701720e204359a69400341e1fb012c 100644
--- a/xfa/include/fxfa/xfa_fontmgr.h
+++ b/xfa/fxfa/include/xfa_fontmgr.h
@@ -4,15 +4,15 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FXFA_XFA_FONTMGR_H_
-#define XFA_INCLUDE_FXFA_XFA_FONTMGR_H_
+#ifndef XFA_FXFA_INCLUDE_XFA_FONTMGR_H_
+#define XFA_FXFA_INCLUDE_XFA_FONTMGR_H_
#include <map>
#include "core/fxcrt/include/fx_ext.h"
#include "core/fxcrt/include/fx_system.h"
#include "xfa/fgas/font/fgas_font.h"
-#include "xfa/include/fxfa/fxfa.h"
+#include "xfa/fxfa/include/fxfa.h"
class CPDF_Font;
@@ -96,4 +96,4 @@ class CXFA_FontMgr {
std::map<CFX_ByteString, IFX_Font*> m_FontMap;
};
-#endif // XFA_INCLUDE_FXFA_XFA_FONTMGR_H_
+#endif // XFA_FXFA_INCLUDE_XFA_FONTMGR_H_
« no previous file with comments | « xfa/fxfa/include/xfa_ffwidgethandler.h ('k') | xfa/fxfa/include/xfa_rendercontext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698