| Index: chrome/browser/ui/views/profiles/new_avatar_button.cc
|
| diff --git a/chrome/browser/ui/views/profiles/new_avatar_button.cc b/chrome/browser/ui/views/profiles/new_avatar_button.cc
|
| index a39991a46825c42f38cf4b31337d4b047a8865e5..245e9a86fd38b233c5ffc9e93ea3178d8a4d5449 100644
|
| --- a/chrome/browser/ui/views/profiles/new_avatar_button.cc
|
| +++ b/chrome/browser/ui/views/profiles/new_avatar_button.cc
|
| @@ -174,7 +174,7 @@ void NewAvatarButton::OnErrorChanged() {
|
| void NewAvatarButton::UpdateAvatarButtonAndRelayoutParent() {
|
| // We want the button to resize if the new text is shorter.
|
| SetText(GetButtonText(browser_->profile()));
|
| - set_min_size(gfx::Size());
|
| + SetMinSize(gfx::Size());
|
| InvalidateLayout();
|
|
|
| // Because the width of the button might have changed, the parent browser
|
|
|