| Index: ui/chromeos/ime/candidate_view.h
|
| diff --git a/ui/chromeos/ime/candidate_view.h b/ui/chromeos/ime/candidate_view.h
|
| index 010f23896798ec511600210d347910143a057cae..edad9be978799c071e8fae3ff84aa8a5b6281766 100644
|
| --- a/ui/chromeos/ime/candidate_view.h
|
| +++ b/ui/chromeos/ime/candidate_view.h
|
| @@ -41,7 +41,7 @@ class UI_CHROMEOS_EXPORT CandidateView : public views::CustomButton {
|
| FRIEND_TEST_ALL_PREFIXES(CandidateWindowViewTest, ShortcutSettingTest);
|
|
|
| // Overridden from views::CustomButton:
|
| - void StateChanged() override;
|
| + void StateChanged(ButtonState old_state) override;
|
|
|
| // Overridden from View:
|
| const char* GetClassName() const override;
|
|
|