diff options
Diffstat (limited to 'ash/ime/infolist_window.h')
-rw-r--r-- | ash/ime/infolist_window.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/ime/infolist_window.h b/ash/ime/infolist_window.h index 921c87b..345c1a1 100644 --- a/ash/ime/infolist_window.h +++ b/ash/ime/infolist_window.h @@ -42,7 +42,7 @@ class ASH_EXPORT InfolistWindow : public views::BubbleDelegateView { private: // views::WidgetDelegate implementation. - virtual void WindowClosing() OVERRIDE; + virtual void WindowClosing() override; // The list of visible entries. Owned by views hierarchy. std::vector<InfolistEntryView*> entry_views_; |