Index: ui/views/examples/label_example.h |
diff --git a/ui/views/examples/label_example.h b/ui/views/examples/label_example.h |
index 80b0d9f8b570889cf546c1929b5dbccb546695e5..87e8e2f44a53347a09dfc695d239b0dbfbee049b 100644 |
--- a/ui/views/examples/label_example.h |
+++ b/ui/views/examples/label_example.h |
@@ -58,6 +58,7 @@ class VIEWS_EXAMPLES_EXPORT LabelExample : public ExampleBase, |
std::vector<std::unique_ptr<ExampleComboboxModel>> example_combobox_models_; |
Checkbox* multiline_; |
Checkbox* shadows_; |
+ Checkbox* selectable_; |
Label* custom_label_; |
DISALLOW_COPY_AND_ASSIGN(LabelExample); |