Chromium Code Reviews| Index: ash/shell/panel_window.cc |
| diff --git a/ash/shell/panel_window.cc b/ash/shell/panel_window.cc |
| index 0cd5a2533602ea3babf1e7210fee0d6201d94dd5..3a197a3d0747acd498e9dce91865006584d38daa 100644 |
| --- a/ash/shell/panel_window.cc |
| +++ b/ash/shell/panel_window.cc |
| @@ -57,7 +57,7 @@ views::Widget* PanelWindow::CreateWidget() { |
| return widget; |
| } |
| -gfx::Size PanelWindow::GetPreferredSize() { |
| +gfx::Size PanelWindow::GetPreferredSize() const { |
| return gfx::Size(kMinWidth, kMinHeight); |
| } |