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

Unified Diff: xfa/fxfa/xfa_ffdoc.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_ffapp.h ('k') | xfa/fxfa/xfa_ffdochandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/xfa_ffdoc.h
diff --git a/xfa/fxfa/include/xfa_ffdoc.h b/xfa/fxfa/xfa_ffdoc.h
similarity index 93%
rename from xfa/fxfa/include/xfa_ffdoc.h
rename to xfa/fxfa/xfa_ffdoc.h
index 927301893bc0a7f01ed753e10dc25dce000ecadf..26b56faa827f9a5c8be2a278b05fc1706bb2f395 100644
--- a/xfa/fxfa/include/xfa_ffdoc.h
+++ b/xfa/fxfa/xfa_ffdoc.h
@@ -4,13 +4,13 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXFA_INCLUDE_XFA_FFDOC_H_
-#define XFA_FXFA_INCLUDE_XFA_FFDOC_H_
+#ifndef XFA_FXFA_XFA_FFDOC_H_
+#define XFA_FXFA_XFA_FFDOC_H_
#include <map>
#include <memory>
-#include "xfa/fxfa/include/fxfa.h"
+#include "xfa/fxfa/fxfa.h"
#include "xfa/fxfa/parser/cxfa_document.h"
#include "xfa/fxfa/parser/cxfa_document_parser.h"
@@ -66,4 +66,4 @@ class CXFA_FFDoc {
FX_BOOL m_bOwnStream;
};
-#endif // XFA_FXFA_INCLUDE_XFA_FFDOC_H_
+#endif // XFA_FXFA_XFA_FFDOC_H_
« no previous file with comments | « xfa/fxfa/xfa_ffapp.h ('k') | xfa/fxfa/xfa_ffdochandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698