summaryrefslogtreecommitdiffstats
path: root/views/controls/button/checkbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/controls/button/checkbox.h')
-rw-r--r--views/controls/button/checkbox.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/views/controls/button/checkbox.h b/views/controls/button/checkbox.h
index 2916c54..723f1ea 100644
--- a/views/controls/button/checkbox.h
+++ b/views/controls/button/checkbox.h
@@ -8,6 +8,8 @@
#include <string>
+#include "base/compiler_specific.h"
+#include "base/string16.h"
#include "views/controls/button/text_button.h"
namespace views {
@@ -16,10 +18,9 @@ namespace views {
// platform specific objects to replicate the native platforms looks and feel.
class VIEWS_EXPORT Checkbox : public TextButtonBase {
public:
- // The button's class name.
static const char kViewClassName[];
- explicit Checkbox(const std::wstring& label);
+ explicit Checkbox(const string16& label);
virtual ~Checkbox();
// Sets a listener for this checkbox. Checkboxes aren't required to have them