| Index: chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| diff --git a/chrome/browser/ui/views/profiles/profile_chooser_view.cc b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| index 4cb0ca6cf201d885d0c5d6d9755ad8245dc36ddc..8ec33a6a19eec7dc97eeda40b7f759e5c01c85ae 100644
|
| --- a/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_view.cc
|
| @@ -464,7 +464,7 @@ class EditableProfilePhoto : public views::LabelButton {
|
|
|
| private:
|
| // views::CustomButton:
|
| - void StateChanged() override {
|
| + void StateChanged(ButtonState old_state) override {
|
| if (photo_overlay_) {
|
| photo_overlay_->SetVisible(
|
| state() == STATE_PRESSED || state() == STATE_HOVERED || HasFocus());
|
|
|