| Index: ui/views/examples/multiline_example.h
|
| diff --git a/ui/views/examples/multiline_example.h b/ui/views/examples/multiline_example.h
|
| index 94f47708aedb947aea0401a042e73e987c1a22a9..8b0888c58497cd9a061f9fc7721c8fcff2a72c58 100644
|
| --- a/ui/views/examples/multiline_example.h
|
| +++ b/ui/views/examples/multiline_example.h
|
| @@ -26,17 +26,17 @@ class VIEWS_EXAMPLES_EXPORT MultilineExample : public ExampleBase,
|
| virtual ~MultilineExample();
|
|
|
| // ExampleBase:
|
| - virtual void CreateExampleView(View* container) OVERRIDE;
|
| + virtual void CreateExampleView(View* container) override;
|
|
|
| // ButtonListener:
|
| - virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
|
| + virtual void ButtonPressed(Button* sender, const ui::Event& event) override;
|
|
|
| private:
|
| class RenderTextView;
|
|
|
| // TextfieldController:
|
| virtual void ContentsChanged(Textfield* sender,
|
| - const base::string16& new_contents) OVERRIDE;
|
| + const base::string16& new_contents) override;
|
|
|
| RenderTextView* render_text_view_;
|
| Label* label_;
|
|
|