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

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

Issue 1864973005: Move remaining xfa/include/fxfa files (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Rebase to master 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
« no previous file with comments | « xfa/fxfa/include/DEPS ('k') | xfa/fxfa/include/fxfa_basic.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/include/fxfa.h
diff --git a/xfa/include/fxfa/fxfa.h b/xfa/fxfa/include/fxfa.h
similarity index 99%
rename from xfa/include/fxfa/fxfa.h
rename to xfa/fxfa/include/fxfa.h
index 624502aa834413debb7365645b9fb66860db712f..eb99e59110a55cad52a9936ac8c0e547908b7dc2 100644
--- a/xfa/include/fxfa/fxfa.h
+++ b/xfa/fxfa/include/fxfa.h
@@ -4,13 +4,13 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_INCLUDE_FXFA_FXFA_H_
-#define XFA_INCLUDE_FXFA_FXFA_H_
+#ifndef XFA_FXFA_INCLUDE_FXFA_H_
+#define XFA_FXFA_INCLUDE_FXFA_H_
#include <vector>
-#include "xfa/include/fxfa/fxfa_basic.h"
-#include "xfa/include/fxfa/fxfa_widget.h"
+#include "xfa/fxfa/include/fxfa_basic.h"
+#include "xfa/fxfa/include/fxfa_widget.h"
class CFX_Graphics;
class CPDF_Document;
@@ -552,4 +552,4 @@ class IXFA_WidgetIterator {
~IXFA_WidgetIterator() {}
};
-#endif // XFA_INCLUDE_FXFA_FXFA_H_
+#endif // XFA_FXFA_INCLUDE_FXFA_H_
« no previous file with comments | « xfa/fxfa/include/DEPS ('k') | xfa/fxfa/include/fxfa_basic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698