| Index: ash/system/tray/tray_background_view.h
|
| diff --git a/ash/system/tray/tray_background_view.h b/ash/system/tray/tray_background_view.h
|
| index ce3c163a80257a1b90938964f47d2df4d244e846..da4eaf547ce28d0d34e9b4df2c69263aab9cf3bb 100644
|
| --- a/ash/system/tray/tray_background_view.h
|
| +++ b/ash/system/tray/tray_background_view.h
|
| @@ -41,7 +41,7 @@ class ASH_EXPORT TrayBackgroundView : public ActionableView,
|
| void set_size(const gfx::Size& size) { size_ = size; }
|
|
|
| // views::View:
|
| - virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| + virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
|
|
| protected:
|
| // views::View:
|
|
|