Index: ash/system/tray/throbber_view.h |
diff --git a/ash/system/tray/throbber_view.h b/ash/system/tray/throbber_view.h |
index 9faf3bf87143e59a5f4a0a091301f3e5aa8216cd..43cabab06b0931fa3f45454d1547940a58df106e 100644 |
--- a/ash/system/tray/throbber_view.h |
+++ b/ash/system/tray/throbber_view.h |
@@ -42,7 +42,7 @@ class ThrobberView : public views::View { |
void SetTooltipText(const base::string16& tooltip_text); |
// Overriden from views::View. |
- gfx::Size GetPreferredSize() const override; |
+ gfx::Size CalculatePreferredSize() const override; |
void Layout() override; |
bool GetTooltipText(const gfx::Point& p, |
base::string16* tooltip) const override; |