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

Unified Diff: xfa/fwl/ifwl_themeprovider.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/ifwl_adaptertimermgr.h ('k') | xfa/fwl/ifwl_widgetdelegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/ifwl_themeprovider.h
diff --git a/xfa/fwl/core/ifwl_themeprovider.h b/xfa/fwl/ifwl_themeprovider.h
similarity index 85%
rename from xfa/fwl/core/ifwl_themeprovider.h
rename to xfa/fwl/ifwl_themeprovider.h
index e376cb1eea821befcb670543c1cfeda31ee76ba8..69932e7fc9ca24d925abf482ce751fed662c5414 100644
--- a/xfa/fwl/core/ifwl_themeprovider.h
+++ b/xfa/fwl/ifwl_themeprovider.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FWL_CORE_IFWL_THEMEPROVIDER_H_
-#define XFA_FWL_CORE_IFWL_THEMEPROVIDER_H_
+#ifndef XFA_FWL_IFWL_THEMEPROVIDER_H_
+#define XFA_FWL_IFWL_THEMEPROVIDER_H_
#include "core/fxcrt/fx_coordinates.h"
#include "xfa/fwl/theme/cfwl_widgettp.h"
@@ -26,4 +26,4 @@ class IFWL_ThemeProvider {
virtual void CalcTextRect(CFWL_ThemeText* pParams, CFX_RectF& rect) = 0;
};
-#endif // XFA_FWL_CORE_IFWL_THEMEPROVIDER_H_
+#endif // XFA_FWL_IFWL_THEMEPROVIDER_H_
« no previous file with comments | « xfa/fwl/ifwl_adaptertimermgr.h ('k') | xfa/fwl/ifwl_widgetdelegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698