summaryrefslogtreecommitdiffstats
path: root/ash/ime/candidate_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/ime/candidate_view.h')
-rw-r--r--ash/ime/candidate_view.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ash/ime/candidate_view.h b/ash/ime/candidate_view.h
index 546f640..f800a40 100644
--- a/ash/ime/candidate_view.h
+++ b/ash/ime/candidate_view.h
@@ -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;
+ virtual void StateChanged() override;
// Overridden from View:
- virtual bool OnMouseDragged(const ui::MouseEvent& event) OVERRIDE;
- virtual void Layout() OVERRIDE;
- virtual gfx::Size GetPreferredSize() const OVERRIDE;
+ virtual bool OnMouseDragged(const ui::MouseEvent& event) override;
+ virtual void Layout() override;
+ virtual gfx::Size GetPreferredSize() const override;
// The orientation of the candidate view.
ui::CandidateWindow::Orientation orientation_;