| Index: ash/ime/candidate_window_view.h
|
| diff --git a/ash/ime/candidate_window_view.h b/ash/ime/candidate_window_view.h
|
| index ee2c51000222e2013b4ef9799fdb79bdecaca1c6..4cbc5b71db588d80cde272983434b415924768f8 100644
|
| --- a/ash/ime/candidate_window_view.h
|
| +++ b/ash/ime/candidate_window_view.h
|
| @@ -75,7 +75,7 @@ class ASH_EXPORT CandidateWindowView : public views::BubbleDelegateView,
|
|
|
| // Overridden from views::ButtonListener:
|
| virtual void ButtonPressed(views::Button* sender,
|
| - const ui::Event& event) OVERRIDE;
|
| + const ui::Event& event) override;
|
|
|
| void SelectCandidateAt(int index_in_page);
|
| void UpdateVisibility();
|
|
|