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

Unified Diff: xfa/fwl/cfwl_eventcheckword.h

Issue 2559173002: Move xfa/fwl/core to xfa/fwl. (Closed)
Patch Set: Created 4 years 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/fwl/cfwl_event.cpp ('k') | xfa/fwl/cfwl_eventcheckword.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/cfwl_eventcheckword.h
diff --git a/xfa/fwl/core/cfwl_evtcheckword.h b/xfa/fwl/cfwl_eventcheckword.h
similarity index 50%
rename from xfa/fwl/core/cfwl_evtcheckword.h
rename to xfa/fwl/cfwl_eventcheckword.h
index aa853c6a8f406fd3e2289a09495af6e2ffeb9aff..3de1e75c248001de6c4fb157a601ab32e9f42c4e 100644
--- a/xfa/fwl/core/cfwl_evtcheckword.h
+++ b/xfa/fwl/cfwl_eventcheckword.h
@@ -4,18 +4,18 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FWL_CORE_CFWL_EVTCHECKWORD_H_
-#define XFA_FWL_CORE_CFWL_EVTCHECKWORD_H_
+#ifndef XFA_FWL_CFWL_EVENTCHECKWORD_H_
+#define XFA_FWL_CFWL_EVENTCHECKWORD_H_
-#include "xfa/fwl/core/cfwl_event.h"
+#include "xfa/fwl/cfwl_event.h"
-class CFWL_EvtCheckWord : public CFWL_Event {
+class CFWL_EventCheckWord : public CFWL_Event {
public:
- explicit CFWL_EvtCheckWord(CFWL_Widget* pSrcTarget);
- ~CFWL_EvtCheckWord() override;
+ explicit CFWL_EventCheckWord(CFWL_Widget* pSrcTarget);
+ ~CFWL_EventCheckWord() override;
CFX_ByteString bsWord;
bool bCheckWord;
};
-#endif // XFA_FWL_CORE_CFWL_EVTCHECKWORD_H_
+#endif // XFA_FWL_CFWL_EVENTCHECKWORD_H_
« no previous file with comments | « xfa/fwl/cfwl_event.cpp ('k') | xfa/fwl/cfwl_eventcheckword.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698