| Index: ash/system/tray/tray_bar_button_with_title.h
|
| diff --git a/ash/system/tray/tray_bar_button_with_title.h b/ash/system/tray/tray_bar_button_with_title.h
|
| index 626a14a6942dced7ec7b388d8729a629f9dd5129..3ad4f842d0728c6a865d3e05f7f6d0cddd234dd1 100644
|
| --- a/ash/system/tray/tray_bar_button_with_title.h
|
| +++ b/ash/system/tray/tray_bar_button_with_title.h
|
| @@ -31,7 +31,7 @@ class TrayBarButtonWithTitle : public views::CustomButton {
|
| class TrayBarButton;
|
|
|
| // Overridden from views::CustomButton:
|
| - virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| + virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
| virtual void Layout() OVERRIDE;
|
|
|
| TrayBarButton* image_;
|
|
|