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

Unified Diff: xfa/fxfa/xfa_ffwidgethandler.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_ffwidget.h ('k') | xfa/fxfa/xfa_fontmgr.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/xfa_ffwidgethandler.h
diff --git a/xfa/fxfa/include/xfa_ffwidgethandler.h b/xfa/fxfa/xfa_ffwidgethandler.h
similarity index 96%
rename from xfa/fxfa/include/xfa_ffwidgethandler.h
rename to xfa/fxfa/xfa_ffwidgethandler.h
index 40447f7533693a2456686f535abe1f60c6af005c..720ec66f4c021d22e1b36897fb9498a986c48d25 100644
--- a/xfa/fxfa/include/xfa_ffwidgethandler.h
+++ b/xfa/fxfa/xfa_ffwidgethandler.h
@@ -4,13 +4,13 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXFA_INCLUDE_XFA_FFWIDGETHANDLER_H_
-#define XFA_FXFA_INCLUDE_XFA_FFWIDGETHANDLER_H_
+#ifndef XFA_FXFA_XFA_FFWIDGETHANDLER_H_
+#define XFA_FXFA_XFA_FFWIDGETHANDLER_H_
#include <vector>
-#include "xfa/fxfa/include/cxfa_eventparam.h"
-#include "xfa/fxfa/include/fxfa.h"
+#include "xfa/fxfa/cxfa_eventparam.h"
+#include "xfa/fxfa/fxfa.h"
#include "xfa/fxfa/parser/cxfa_document.h"
class CXFA_FFDocView;
@@ -126,4 +126,4 @@ class CXFA_FFWidgetHandler {
CXFA_FFDocView* m_pDocView;
};
-#endif // XFA_FXFA_INCLUDE_XFA_FFWIDGETHANDLER_H_
+#endif // XFA_FXFA_XFA_FFWIDGETHANDLER_H_
« no previous file with comments | « xfa/fxfa/xfa_ffwidget.h ('k') | xfa/fxfa/xfa_fontmgr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698