Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / ime / candidate_view.h
index 546f640..6b1c650 100644 (file)
@@ -20,7 +20,7 @@ class ASH_EXPORT CandidateView : public views::CustomButton {
  public:
   CandidateView(views::ButtonListener* listener,
                 ui::CandidateWindow::Orientation orientation);
-  virtual ~CandidateView() {}
+  ~CandidateView() override {}
 
   void GetPreferredWidths(int* shortcut_width,
                           int* candidate_width);
@@ -40,12 +40,12 @@ class ASH_EXPORT CandidateView : public views::CustomButton {
   FRIEND_TEST_ALL_PREFIXES(CandidateWindowViewTest, ShortcutSettingTest);
 
   // Overridden from views::CustomButton:
-  virtual void StateChanged() OVERRIDE;
+  void StateChanged() override;
 
   // Overridden from View:
-  virtual bool OnMouseDragged(const ui::MouseEvent& event) OVERRIDE;
-  virtual void Layout() OVERRIDE;
-  virtual gfx::Size GetPreferredSize() const OVERRIDE;
+  bool OnMouseDragged(const ui::MouseEvent& event) override;
+  void Layout() override;
+  gfx::Size GetPreferredSize() const override;
 
   // The orientation of the candidate view.
   ui::CandidateWindow::Orientation orientation_;