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

Unified Diff: xfa/fxfa/xfa_ffapp.h

Issue 2383593002: Move xfa/fxfa/include to xfa/fxfa (Closed)
Patch Set: Rebase to master Created 4 years, 3 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/xfa_checksum.h ('k') | xfa/fxfa/xfa_ffdoc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/xfa_ffapp.h
diff --git a/xfa/fxfa/include/xfa_ffapp.h b/xfa/fxfa/xfa_ffapp.h
similarity index 95%
rename from xfa/fxfa/include/xfa_ffapp.h
rename to xfa/fxfa/xfa_ffapp.h
index 0a417da42a7acfa3061aa17edb51a72adc466626..d7465b145d6ad07093406f244e6398997b2a404a 100644
--- a/xfa/fxfa/include/xfa_ffapp.h
+++ b/xfa/fxfa/xfa_ffapp.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXFA_INCLUDE_XFA_FFAPP_H_
-#define XFA_FXFA_INCLUDE_XFA_FFAPP_H_
+#ifndef XFA_FXFA_XFA_FFAPP_H_
+#define XFA_FXFA_XFA_FFAPP_H_
#include <memory>
@@ -13,7 +13,7 @@
#include "core/fpdfapi/fpdf_parser/cpdf_stream_acc.h"
#include "xfa/fgas/font/fgas_font.h"
#include "xfa/fwl/core/ifwl_app.h"
-#include "xfa/fxfa/include/fxfa.h"
+#include "xfa/fxfa/fxfa.h"
class CFWL_WidgetMgrDelegate;
class CXFA_DefFontMgr;
@@ -90,4 +90,4 @@ class CXFA_FFApp {
std::unique_ptr<IFWL_App> m_pFWLApp;
};
-#endif // XFA_FXFA_INCLUDE_XFA_FFAPP_H_
+#endif // XFA_FXFA_XFA_FFAPP_H_
« no previous file with comments | « xfa/fxfa/xfa_checksum.h ('k') | xfa/fxfa/xfa_ffdoc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698