| Index: ash/system/tray/tray_item_view.h
|
| diff --git a/ash/system/tray/tray_item_view.h b/ash/system/tray/tray_item_view.h
|
| index 854af3c13e7a055510f6d87b0bdcdc0904136b84..5f790fd47eb4cda9d6a8d670231da696e2f444c8 100644
|
| --- a/ash/system/tray/tray_item_view.h
|
| +++ b/ash/system/tray/tray_item_view.h
|
| @@ -42,7 +42,7 @@ class ASH_EXPORT TrayItemView : public views::View,
|
|
|
| // Overridden from views::View.
|
| virtual void SetVisible(bool visible) OVERRIDE;
|
| - virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| + virtual gfx::Size GetPreferredSize() const OVERRIDE;
|
| virtual int GetHeightForWidth(int width) OVERRIDE;
|
|
|
| protected:
|
|
|