Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / examples / label_example.h
index ea6cd94..ef967af 100644 (file)
@@ -27,20 +27,20 @@ class VIEWS_EXAMPLES_EXPORT LabelExample : public ExampleBase,
                                            public TextfieldController {
  public:
   LabelExample();
-  virtual ~LabelExample();
+  ~LabelExample() override;
 
   // ExampleBase:
-  virtual void CreateExampleView(View* container) OVERRIDE;
+  void CreateExampleView(View* container) override;
 
   // ButtonListener:
-  virtual void ButtonPressed(Button* button, const ui::Event& event) OVERRIDE;
+  void ButtonPressed(Button* button, const ui::Event& event) override;
 
   // ComboboxListener:
-  virtual void OnPerformAction(Combobox* combobox) OVERRIDE;
+  void OnPerformAction(Combobox* combobox) override;
 
   // TextfieldController:
-  virtual void ContentsChanged(Textfield* sender,
-                               const base::string16& new_contents) OVERRIDE;
+  void ContentsChanged(Textfield* sender,
+                       const base::string16& new_contents) override;
 
  private:
    // Add a customizable label and various controls to modify its presentation.