Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / examples / scroll_view_example.h
index d850b01..ce21110 100644 (file)
@@ -22,14 +22,14 @@ class VIEWS_EXAMPLES_EXPORT ScrollViewExample : public ExampleBase,
                                                 public ButtonListener {
  public:
   ScrollViewExample();
-  virtual ~ScrollViewExample();
+  ~ScrollViewExample() 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;
 
   // Control buttons to change the size of scrollable and jump to
   // predefined position.