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

Unified Diff: xfa/fxfa/cxfa_eventparam.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/app/xfa_textlayout.cpp ('k') | xfa/fxfa/fxfa.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fxfa/cxfa_eventparam.h
diff --git a/xfa/fxfa/include/cxfa_eventparam.h b/xfa/fxfa/cxfa_eventparam.h
similarity index 90%
rename from xfa/fxfa/include/cxfa_eventparam.h
rename to xfa/fxfa/cxfa_eventparam.h
index 9bc46fdc66fcf3788f5cf15ccdd4e56a18776edf..cc548f6e4d808545e0a664ef31e5de5b8bf189c4 100644
--- a/xfa/fxfa/include/cxfa_eventparam.h
+++ b/xfa/fxfa/cxfa_eventparam.h
@@ -4,10 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FXFA_INCLUDE_CXFA_EVENTPARAM_H_
-#define XFA_FXFA_INCLUDE_CXFA_EVENTPARAM_H_
+#ifndef XFA_FXFA_CXFA_EVENTPARAM_H_
+#define XFA_FXFA_CXFA_EVENTPARAM_H_
-#include "xfa/fxfa/include/fxfa_basic.h"
+#include "xfa/fxfa/fxfa_basic.h"
class CXFA_WidgetAcc;
@@ -76,4 +76,4 @@ class CXFA_EventParam {
int32_t m_iValidateActivities;
};
-#endif // XFA_FXFA_INCLUDE_CXFA_EVENTPARAM_H_
+#endif // XFA_FXFA_CXFA_EVENTPARAM_H_
« no previous file with comments | « xfa/fxfa/app/xfa_textlayout.cpp ('k') | xfa/fxfa/fxfa.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698