| Index: content/shell/browser/shell_views.cc
|
| diff --git a/content/shell/browser/shell_views.cc b/content/shell/browser/shell_views.cc
|
| index fda7fbcd46b87e4d63c72c3f19b5067651f889ea..4259536f4ac94fc5100cf895ea5adb52d97dc533 100644
|
| --- a/content/shell/browser/shell_views.cc
|
| +++ b/content/shell/browser/shell_views.cc
|
| @@ -354,7 +354,7 @@ class ShellWindowDelegateView : public views::WidgetDelegateView,
|
| virtual View* GetContentsView() OVERRIDE { return this; }
|
|
|
| // Overridden from View
|
| - virtual gfx::Size GetMinimumSize() OVERRIDE {
|
| + virtual gfx::Size GetMinimumSize() const OVERRIDE {
|
| // We want to be able to make the window smaller than its initial
|
| // (preferred) size.
|
| return gfx::Size();
|
|
|