| Index: ui/views/examples/tabbed_pane_example.h | 
| diff --git a/ui/views/examples/tabbed_pane_example.h b/ui/views/examples/tabbed_pane_example.h | 
| index f23f6b34d7f14a6ac3e6343ea7c73a796695d6bd..a211a759d9e94fb114b672ad3f3939d513c7b1de 100644 | 
| --- a/ui/views/examples/tabbed_pane_example.h | 
| +++ b/ui/views/examples/tabbed_pane_example.h | 
| @@ -26,14 +26,14 @@ class VIEWS_EXAMPLES_EXPORT TabbedPaneExample : public ExampleBase, | 
| virtual ~TabbedPaneExample(); | 
|  | 
| // 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; | 
|  | 
| // TabbedPaneListener: | 
| -  virtual void TabSelectedAt(int index) OVERRIDE; | 
| +  virtual void TabSelectedAt(int index) override; | 
|  | 
| // Print the status of the tab in the status area. | 
| void PrintStatus(); | 
|  |