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

Unified Diff: xfa/fxfa/fxfa.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/cxfa_eventparam.h ('k') | xfa/fxfa/fxfa_basic.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/fxfa.h
diff --git a/xfa/fxfa/include/fxfa.h b/xfa/fxfa/fxfa.h
similarity index 98%
rename from xfa/fxfa/include/fxfa.h
rename to xfa/fxfa/fxfa.h
index 1ffcbf7dbbc1699c5f75cd1631e40933e64a06b1..412d36b7c2b9dc49ea2a98bc60cecfbcff193fa3 100644
--- a/xfa/fxfa/include/fxfa.h
+++ b/xfa/fxfa/fxfa.h
@@ -4,13 +4,13 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXFA_INCLUDE_FXFA_H_
-#define XFA_FXFA_INCLUDE_FXFA_H_
+#ifndef XFA_FXFA_FXFA_H_
+#define XFA_FXFA_FXFA_H_
#include <vector>
-#include "xfa/fxfa/include/fxfa_basic.h"
-#include "xfa/fxfa/include/fxfa_widget.h"
+#include "xfa/fxfa/fxfa_basic.h"
+#include "xfa/fxfa/fxfa_widget.h"
class CFGAS_GEFont;
class CFX_Graphics;
@@ -355,4 +355,4 @@ class IXFA_WidgetIterator {
virtual FX_BOOL SetCurrentWidget(CXFA_FFWidget* hWidget) = 0;
};
-#endif // XFA_FXFA_INCLUDE_FXFA_H_
+#endif // XFA_FXFA_FXFA_H_
« no previous file with comments | « xfa/fxfa/cxfa_eventparam.h ('k') | xfa/fxfa/fxfa_basic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698