Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / examples / progress_bar_example.h
index 8533b7a..bf5fd90 100644 (file)
@@ -18,14 +18,14 @@ class VIEWS_EXAMPLES_EXPORT ProgressBarExample : public ExampleBase,
                                                  public ButtonListener {
  public:
   ProgressBarExample();
-  virtual ~ProgressBarExample();
+  ~ProgressBarExample() override;
 
   // ExampleBase:
-  virtual void CreateExampleView(View* container) OVERRIDE;
+  void CreateExampleView(View* container) override;
 
  private:
   // ButtonListener:
-  virtual void ButtonPressed(Button* button, const ui::Event& event) OVERRIDE;
+  void ButtonPressed(Button* button, const ui::Event& event) override;
 
   Button* minus_button_;
   Button* plus_button_;