Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / examples / tabbed_pane_example.h
index f23f6b3..79a1f42 100644 (file)
@@ -23,17 +23,17 @@ class VIEWS_EXAMPLES_EXPORT TabbedPaneExample : public ExampleBase,
                                                 public TabbedPaneListener {
  public:
   TabbedPaneExample();
-  virtual ~TabbedPaneExample();
+  ~TabbedPaneExample() override;
 
   // ExampleBase:
-  virtual void CreateExampleView(View* container) OVERRIDE;
+  void CreateExampleView(View* container) override;
 
  private:
   // ButtonListener:
-  virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE;
+  void ButtonPressed(Button* sender, const ui::Event& event) override;
 
   // TabbedPaneListener:
-  virtual void TabSelectedAt(int index) OVERRIDE;
+  void TabSelectedAt(int index) override;
 
   // Print the status of the tab in the status area.
   void PrintStatus();