| Index: chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| index b5fd737c8e58832c648c782ab368325ca316eb86..6b805eae2ff345740124cfcacae9afa70e4aa62c 100644
|
| --- a/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| +++ b/chrome/browser/ui/views/frame/browser_non_client_frame_view_ash.h
|
| @@ -58,7 +58,7 @@ class BrowserNonClientFrameViewAsh
|
| virtual const char* GetClassName() const OVERRIDE;
|
| virtual bool HitTestRect(const gfx::Rect& rect) const OVERRIDE;
|
| virtual void GetAccessibleState(ui::AXViewState* state) OVERRIDE;
|
| - virtual gfx::Size GetMinimumSize() OVERRIDE;
|
| + virtual gfx::Size GetMinimumSize() const OVERRIDE;
|
|
|
| // ash::ShellObserver:
|
| virtual void OnMaximizeModeStarted() OVERRIDE;
|
|
|