| Index: ash/common/system/tray/throbber_view.cc
|
| diff --git a/ash/common/system/tray/throbber_view.cc b/ash/common/system/tray/throbber_view.cc
|
| index d326d81deb31271d81f283cc914cfa5d531d54ce..e345fdc7c7be76b7332cea59eceea67155924cbf 100644
|
| --- a/ash/common/system/tray/throbber_view.cc
|
| +++ b/ash/common/system/tray/throbber_view.cc
|
| @@ -48,8 +48,7 @@ ThrobberView::ThrobberView() {
|
| ThrobberView::~ThrobberView() {}
|
|
|
| gfx::Size ThrobberView::GetPreferredSize() const {
|
| - int size = GetTrayConstant(TRAY_POPUP_ITEM_MIN_HEIGHT);
|
| - return gfx::Size(size, size);
|
| + return gfx::Size(kTrayPopupItemMinHeight, kTrayPopupItemMinHeight);
|
| }
|
|
|
| void ThrobberView::Layout() {
|
|
|