| Index: ash/system/tray/tray_bar_button_with_title.cc
|
| diff --git a/ash/system/tray/tray_bar_button_with_title.cc b/ash/system/tray/tray_bar_button_with_title.cc
|
| index a292a55b99859dea3ba27d9ef20d9a8b2c4e9388..a020135ac23a7bdaa1eb96c4378f554615887f63 100644
|
| --- a/ash/system/tray/tray_bar_button_with_title.cc
|
| +++ b/ash/system/tray/tray_bar_button_with_title.cc
|
| @@ -84,7 +84,7 @@ void TrayBarButtonWithTitle::UpdateButton(bool control_on) {
|
| image_->Update(control_on);
|
| }
|
|
|
| -gfx::Size TrayBarButtonWithTitle::GetPreferredSize() {
|
| +gfx::Size TrayBarButtonWithTitle::GetPreferredSize() const {
|
| return gfx::Size(width_, kTrayPopupItemHeight);
|
| }
|
|
|
|
|