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

Unified Diff: xfa/fwl/cfwl_widget.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_timerinfo.cpp ('k') | xfa/fwl/cfwl_widget.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/cfwl_widget.h
diff --git a/xfa/fwl/core/cfwl_widget.h b/xfa/fwl/cfwl_widget.h
similarity index 94%
rename from xfa/fwl/core/cfwl_widget.h
rename to xfa/fwl/cfwl_widget.h
index 15acbf53c0dd78dc0c4906f654bf053928aa655c..53839a761b2c7c2bf9685034d65f3b2722af27e0 100644
--- a/xfa/fwl/core/cfwl_widget.h
+++ b/xfa/fwl/cfwl_widget.h
@@ -4,17 +4,17 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FWL_CORE_CFWL_WIDGET_H_
-#define XFA_FWL_CORE_CFWL_WIDGET_H_
+#ifndef XFA_FWL_CFWL_WIDGET_H_
+#define XFA_FWL_CFWL_WIDGET_H_
#include <memory>
#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/fx_system.h"
-#include "xfa/fwl/core/cfwl_event.h"
-#include "xfa/fwl/core/cfwl_themepart.h"
-#include "xfa/fwl/core/cfwl_widgetmgr.h"
-#include "xfa/fwl/core/fwl_widgethit.h"
-#include "xfa/fwl/core/ifwl_widgetdelegate.h"
+#include "xfa/fwl/cfwl_event.h"
+#include "xfa/fwl/cfwl_themepart.h"
+#include "xfa/fwl/cfwl_widgetmgr.h"
+#include "xfa/fwl/fwl_widgethit.h"
+#include "xfa/fwl/ifwl_widgetdelegate.h"
#include "xfa/fwl/theme/cfwl_widgettp.h"
enum class FWL_Type {
@@ -39,7 +39,7 @@ enum class FWL_Type {
class CFWL_App;
class CFWL_AppImp;
-class CFWL_MsgKey;
+class CFWL_MessageKey;
class CFWL_Widget;
class CFWL_WidgetMgr;
class CFWL_WidgetProperties;
@@ -193,4 +193,4 @@ class CFWL_Widget : public IFWL_WidgetDelegate {
IFWL_WidgetDelegate* m_pDelegate; // Not owned.
};
-#endif // XFA_FWL_CORE_CFWL_WIDGET_H_
+#endif // XFA_FWL_CFWL_WIDGET_H_
« no previous file with comments | « xfa/fwl/cfwl_timerinfo.cpp ('k') | xfa/fwl/cfwl_widget.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698