| Index: ash/system/tray/fixed_sized_image_view.h
|
| diff --git a/ash/system/tray/fixed_sized_image_view.h b/ash/system/tray/fixed_sized_image_view.h
|
| index b2b00cee07c09b5cb32953a4c1c7b66993674be8..bcffd3abe38094c317a5584c37fdb85f5a248e16 100644
|
| --- a/ash/system/tray/fixed_sized_image_view.h
|
| +++ b/ash/system/tray/fixed_sized_image_view.h
|
| @@ -20,7 +20,7 @@ class FixedSizedImageView : public views::ImageView {
|
| virtual ~FixedSizedImageView();
|
|
|
| private:
|
| - virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| + virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
|
|
| int width_;
|
| int height_;
|
|
|