Index: ash/shell/panel_window.cc |
diff --git a/ash/shell/panel_window.cc b/ash/shell/panel_window.cc |
index c435fa3e4d5170a37a11b0cdba497f1a08bc92bd..f43a577f22f25262d60bbcf9c9813202a1af1429 100644 |
--- a/ash/shell/panel_window.cc |
+++ b/ash/shell/panel_window.cc |
@@ -56,7 +56,7 @@ views::Widget* PanelWindow::CreateWidget() { |
return widget; |
} |
-gfx::Size PanelWindow::GetPreferredSize() const { |
+gfx::Size PanelWindow::CalculatePreferredSize() const { |
return gfx::Size(kMinWidth, kMinHeight); |
} |