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

Unified Diff: xfa/fwl/core/cfwl_checkbox.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_checkbox.h
diff --git a/xfa/fwl/core/cfwl_checkbox.h b/xfa/fwl/core/cfwl_checkbox.h
index fb7a9ae1bf9ed06fffdfd414f2646f85065fbf80..f30470aa7ba350d4504c7b71920a827c9bd1d609 100644
--- a/xfa/fwl/core/cfwl_checkbox.h
+++ b/xfa/fwl/core/cfwl_checkbox.h
@@ -12,7 +12,7 @@
class CFWL_CheckBox : public CFWL_Widget, public IFWL_CheckBoxDP {
public:
- CFWL_CheckBox(const IFWL_App*);
+ explicit CFWL_CheckBox(const IFWL_App*);
Tom Sepez 2016/11/15 18:44:59 nitto
dsinclair 2016/11/15 19:10:23 Done.
~CFWL_CheckBox() override;
void Initialize();
@@ -27,7 +27,6 @@ class CFWL_CheckBox : public CFWL_Widget, public IFWL_CheckBoxDP {
private:
FX_FLOAT m_fBoxHeight;
- CFX_WideString m_wsCaption;
};
#endif // XFA_FWL_CORE_CFWL_CHECKBOX_H_

Powered by Google App Engine
This is Rietveld 408576698