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

Unified Diff: xfa/fxfa/app/xfa_ffdoc.h

Issue 1803723002: Move xfa/src up to xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master Created 4 years, 9 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/app/xfa_ffchoicelist.cpp ('k') | xfa/fxfa/app/xfa_ffdoc.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/app/xfa_ffdoc.h
diff --git a/xfa/src/fxfa/app/xfa_ffdoc.h b/xfa/fxfa/app/xfa_ffdoc.h
similarity index 92%
rename from xfa/src/fxfa/app/xfa_ffdoc.h
rename to xfa/fxfa/app/xfa_ffdoc.h
index c5980138aa1326743bc9e377c0d0fc2a4b57f40d..d656d30de7b472f3556feb7639f61255078b9c22 100644
--- a/xfa/src/fxfa/app/xfa_ffdoc.h
+++ b/xfa/fxfa/app/xfa_ffdoc.h
@@ -4,11 +4,11 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_SRC_FXFA_APP_XFA_FFDOC_H_
-#define XFA_SRC_FXFA_APP_XFA_FFDOC_H_
+#ifndef XFA_FXFA_APP_XFA_FFDOC_H_
+#define XFA_FXFA_APP_XFA_FFDOC_H_
+#include "xfa/fxfa/parser/xfa_document.h"
#include "xfa/include/fxfa/fxfa.h"
-#include "xfa/src/fxfa/parser/xfa_document.h"
class CXFA_FFApp;
class CXFA_FFNotify;
@@ -61,4 +61,4 @@ class CXFA_FFDoc : public IXFA_Doc {
FX_BOOL m_bOwnStream;
};
-#endif // XFA_SRC_FXFA_APP_XFA_FFDOC_H_
+#endif // XFA_FXFA_APP_XFA_FFDOC_H_
« no previous file with comments | « xfa/fxfa/app/xfa_ffchoicelist.cpp ('k') | xfa/fxfa/app/xfa_ffdoc.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698