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

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

Issue 2498163002: Cleanup cfwl_* files. (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
Index: xfa/fwl/core/cfwl_datetimepicker.h
diff --git a/xfa/fwl/core/cfwl_datetimepicker.h b/xfa/fwl/core/cfwl_datetimepicker.h
index 5003cb2ea5185a921729d0c4a9c80a011ff36236..d624929d94ca1b5179e4625f8dade961d82a45c8 100644
--- a/xfa/fwl/core/cfwl_datetimepicker.h
+++ b/xfa/fwl/core/cfwl_datetimepicker.h
@@ -12,7 +12,7 @@
class CFWL_DateTimePicker : public CFWL_Widget, public IFWL_DateTimePickerDP {
public:
- CFWL_DateTimePicker(const IFWL_App*);
+ explicit CFWL_DateTimePicker(const IFWL_App*);
Tom Sepez 2016/11/15 18:44:59 "
dsinclair 2016/11/15 19:10:23 Done.
~CFWL_DateTimePicker() override;
void Initialize();
@@ -38,9 +38,6 @@ class CFWL_DateTimePicker : public CFWL_Widget, public IFWL_DateTimePickerDP {
void ModifyEditStylesEx(uint32_t dwStylesExAdded, uint32_t dwStylesExRemoved);
private:
- int32_t m_iYear;
- int32_t m_iMonth;
- int32_t m_iDay;
CFX_WideString m_wsData;
};

Powered by Google App Engine
This is Rietveld 408576698