| Index: ash/ime/infolist_window.h
|
| diff --git a/ash/ime/infolist_window.h b/ash/ime/infolist_window.h
|
| index 921c87b0dd0f16a946ec5201bd1277bc1d631aa1..345c1a1339cb84188fe2c1e8456342de492d170d 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_;
|
|
|