Index: ui/views/examples/radio_button_example.h |
diff --git a/ui/views/examples/radio_button_example.h b/ui/views/examples/radio_button_example.h |
index cc1452215e0f521839ca39e66d691c57ec3f69f9..844e315ff35c28e8363cdd4bbd20d68f97fe7bf8 100644 |
--- a/ui/views/examples/radio_button_example.h |
+++ b/ui/views/examples/radio_button_example.h |
@@ -25,11 +25,11 @@ class VIEWS_EXAMPLES_EXPORT RadioButtonExample : public ExampleBase, |
virtual ~RadioButtonExample(); |
// ExampleBase: |
- virtual void CreateExampleView(View* container) OVERRIDE; |
+ virtual void CreateExampleView(View* container) override; |
private: |
// ButtonListener: |
- virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE; |
+ virtual void ButtonPressed(Button* sender, const ui::Event& event) override; |
// Group of 3 radio buttons. |
RadioButton* radio_buttons_[3]; |