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

Unified Diff: xfa/fwl/cfwl_widgetproperties.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_widgetmgr.cpp ('k') | xfa/fwl/cfwl_widgetproperties.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/cfwl_widgetproperties.h
diff --git a/xfa/fwl/core/cfwl_widgetproperties.h b/xfa/fwl/cfwl_widgetproperties.h
similarity index 74%
rename from xfa/fwl/core/cfwl_widgetproperties.h
rename to xfa/fwl/cfwl_widgetproperties.h
index d7bf72e9f9eabbecfb4e3ef4c7254aa6e46409dc..065acad30f1b5fdaaa4aa2a92118f728d30136cc 100644
--- a/xfa/fwl/core/cfwl_widgetproperties.h
+++ b/xfa/fwl/cfwl_widgetproperties.h
@@ -4,13 +4,13 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FWL_CORE_CFWL_WIDGETPROPERTIES_H_
-#define XFA_FWL_CORE_CFWL_WIDGETPROPERTIES_H_
+#ifndef XFA_FWL_CFWL_WIDGETPROPERTIES_H_
+#define XFA_FWL_CFWL_WIDGETPROPERTIES_H_
#include "core/fxcrt/fx_coordinates.h"
#include "core/fxcrt/fx_system.h"
-#include "xfa/fwl/core/cfwl_widget.h"
-#include "xfa/fwl/core/fwl_widgetdef.h"
+#include "xfa/fwl/cfwl_widget.h"
+#include "xfa/fwl/fwl_widgetdef.h"
class IFWL_ThemeProvider;
class CFWL_Widget;
@@ -29,4 +29,4 @@ class CFWL_WidgetProperties {
CFWL_Widget* m_pOwner;
};
-#endif // XFA_FWL_CORE_CFWL_WIDGETPROPERTIES_H_
+#endif // XFA_FWL_CFWL_WIDGETPROPERTIES_H_
« no previous file with comments | « xfa/fwl/cfwl_widgetmgr.cpp ('k') | xfa/fwl/cfwl_widgetproperties.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698