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

Unified Diff: xfa/fxfa/include/xfa_ffdocview.h

Issue 1864973005: Move remaining xfa/include/fxfa files (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
Index: xfa/fxfa/include/xfa_ffdocview.h
diff --git a/xfa/include/fxfa/xfa_ffdocview.h b/xfa/fxfa/include/xfa_ffdocview.h
similarity index 97%
rename from xfa/include/fxfa/xfa_ffdocview.h
rename to xfa/fxfa/include/xfa_ffdocview.h
index e8a29111a7ae81f2ea2e4386194d54110989a60d..27ef8e96d4c74899bfdcf8607f609cab945b490f 100644
--- a/xfa/include/fxfa/xfa_ffdocview.h
+++ b/xfa/fxfa/include/xfa_ffdocview.h
@@ -4,10 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FXFA_XFA_FFDOCVIEW_H_
-#define XFA_INCLUDE_FXFA_XFA_FFDOCVIEW_H_
+#ifndef XFA_FXFA_INCLUDE_XFA_FFDOCVIEW_H_
+#define XFA_FXFA_INCLUDE_XFA_FFDOCVIEW_H_
-#include "xfa/include/fxfa/xfa_ffdoc.h"
+#include "xfa/fxfa/include/xfa_ffdoc.h"
class CXFA_FFWidgetHandler;
class CXFA_FFDoc;
@@ -169,4 +169,4 @@ class CXFA_WidgetAccIterator {
CXFA_WidgetAcc* m_pCurWidgetAcc;
};
-#endif // XFA_INCLUDE_FXFA_XFA_FFDOCVIEW_H_
+#endif // XFA_FXFA_INCLUDE_XFA_FFDOCVIEW_H_

Powered by Google App Engine
This is Rietveld 408576698