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

Unified Diff: xfa/fxfa/fxfa_basic.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/fxfa.h ('k') | xfa/fxfa/fxfa_widget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/fxfa_basic.h
diff --git a/xfa/fxfa/include/fxfa_basic.h b/xfa/fxfa/fxfa_basic.h
similarity index 99%
rename from xfa/fxfa/include/fxfa_basic.h
rename to xfa/fxfa/fxfa_basic.h
index e2d5330cc8c430c5094d6bab7cd5f93906bc4542..77b64fa6b9a93f49e85334a3ee3a14cde5986d2c 100644
--- a/xfa/fxfa/include/fxfa_basic.h
+++ b/xfa/fxfa/fxfa_basic.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXFA_INCLUDE_FXFA_BASIC_H_
-#define XFA_FXFA_INCLUDE_FXFA_BASIC_H_
+#ifndef XFA_FXFA_FXFA_BASIC_H_
+#define XFA_FXFA_FXFA_BASIC_H_
#include "fxjs/cfxjse_arguments.h"
#include "fxjs/fxjse.h"
@@ -1023,4 +1023,4 @@ struct XFA_SCRIPTATTRIBUTEINFO {
uint16_t eValueType;
};
-#endif // XFA_FXFA_INCLUDE_FXFA_BASIC_H_
+#endif // XFA_FXFA_FXFA_BASIC_H_
« no previous file with comments | « xfa/fxfa/fxfa.h ('k') | xfa/fxfa/fxfa_widget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698