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

Unified Diff: xfa/fxfa/xfa_ffdocview.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_ffdochandler.h ('k') | xfa/fxfa/xfa_ffpageview.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/xfa_ffdocview.h
diff --git a/xfa/fxfa/include/xfa_ffdocview.h b/xfa/fxfa/xfa_ffdocview.h
similarity index 96%
rename from xfa/fxfa/include/xfa_ffdocview.h
rename to xfa/fxfa/xfa_ffdocview.h
index 8372981cfd20ce862b6e5a403b62a89a041506a0..dcc2f469dac0e02f22643dbb6a95f84dc9ee8df7 100644
--- a/xfa/fxfa/include/xfa_ffdocview.h
+++ b/xfa/fxfa/xfa_ffdocview.h
@@ -4,14 +4,14 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXFA_INCLUDE_XFA_FFDOCVIEW_H_
-#define XFA_FXFA_INCLUDE_XFA_FFDOCVIEW_H_
+#ifndef XFA_FXFA_XFA_FFDOCVIEW_H_
+#define XFA_FXFA_XFA_FFDOCVIEW_H_
#include <map>
#include <memory>
-#include "xfa/fxfa/include/cxfa_eventparam.h"
-#include "xfa/fxfa/include/xfa_ffdoc.h"
+#include "xfa/fxfa/cxfa_eventparam.h"
+#include "xfa/fxfa/xfa_ffdoc.h"
class CXFA_FFWidgetHandler;
class CXFA_FFDoc;
@@ -149,4 +149,4 @@ class CXFA_WidgetAccIterator {
CXFA_WidgetAcc* m_pCurWidgetAcc; // not owned.
};
-#endif // XFA_FXFA_INCLUDE_XFA_FFDOCVIEW_H_
+#endif // XFA_FXFA_XFA_FFDOCVIEW_H_
« no previous file with comments | « xfa/fxfa/xfa_ffdochandler.h ('k') | xfa/fxfa/xfa_ffpageview.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698