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

Unified Diff: xfa/fwl/core/cfwl_monthcalendar.h

Issue 2525083002: Rename IFWL classes which do not have CFWL equivalents (Closed)
Patch Set: Created 4 years, 1 month 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/core/cfwl_formproxy.cpp ('k') | xfa/fwl/core/cfwl_monthcalendar.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/fwl/core/cfwl_monthcalendar.h
diff --git a/xfa/fwl/core/ifwl_monthcalendar.h b/xfa/fwl/core/cfwl_monthcalendar.h
similarity index 96%
rename from xfa/fwl/core/ifwl_monthcalendar.h
rename to xfa/fwl/core/cfwl_monthcalendar.h
index 758ce5c7308207c0ef69602d85e19d69ca722ef4..1acdf5c9773c93b6d6842874fb6fa4d2a9aab02c 100644
--- a/xfa/fwl/core/ifwl_monthcalendar.h
+++ b/xfa/fwl/core/cfwl_monthcalendar.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef XFA_FWL_CORE_IFWL_MONTHCALENDAR_H_
-#define XFA_FWL_CORE_IFWL_MONTHCALENDAR_H_
+#ifndef XFA_FWL_CORE_CFWL_MONTHCALENDAR_H_
+#define XFA_FWL_CORE_CFWL_MONTHCALENDAR_H_
#include <memory>
@@ -26,12 +26,12 @@
class CFWL_MsgMouse;
class IFWL_Widget;
-class IFWL_MonthCalendar : public IFWL_Widget {
+class CFWL_MonthCalendar : public IFWL_Widget {
public:
- IFWL_MonthCalendar(const CFWL_App* app,
+ CFWL_MonthCalendar(const CFWL_App* app,
std::unique_ptr<CFWL_WidgetProperties> properties,
IFWL_Widget* pOuter);
- ~IFWL_MonthCalendar() override;
+ ~CFWL_MonthCalendar() override;
// FWL_WidgetImp
FWL_Type GetClassID() const override;
@@ -225,4 +225,4 @@ class IFWL_MonthCalendar : public IFWL_Widget {
bool m_bFlag;
};
-#endif // XFA_FWL_CORE_IFWL_MONTHCALENDAR_H_
+#endif // XFA_FWL_CORE_CFWL_MONTHCALENDAR_H_
« no previous file with comments | « xfa/fwl/core/cfwl_formproxy.cpp ('k') | xfa/fwl/core/cfwl_monthcalendar.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698