| Index: ash/system/tray/tray_popup_header_button.cc
|
| diff --git a/ash/system/tray/tray_popup_header_button.cc b/ash/system/tray/tray_popup_header_button.cc
|
| index 47c5d8804cfd6f8e14644143e559e3fb7dfc58b6..b6e37e58670720f6a59de27db498c11a24f33da7 100644
|
| --- a/ash/system/tray/tray_popup_header_button.cc
|
| +++ b/ash/system/tray/tray_popup_header_button.cc
|
| @@ -56,7 +56,7 @@ const char* TrayPopupHeaderButton::GetClassName() const {
|
| return kViewClassName;
|
| }
|
|
|
| -gfx::Size TrayPopupHeaderButton::GetPreferredSize() const {
|
| +gfx::Size TrayPopupHeaderButton::CalculatePreferredSize() const {
|
| return gfx::Size(kTrayPopupItemMinHeight, kTrayPopupItemMinHeight);
|
| }
|
|
|
|
|