| Index: chrome/browser/ui/views/frame/glass_browser_frame_view.h
|
| diff --git a/chrome/browser/ui/views/frame/glass_browser_frame_view.h b/chrome/browser/ui/views/frame/glass_browser_frame_view.h
|
| index a9fbc4bc13203bfd85365b200008d72cc631c938..0080fd38913834363e09c8dd88b593a8afa34316 100644
|
| --- a/chrome/browser/ui/views/frame/glass_browser_frame_view.h
|
| +++ b/chrome/browser/ui/views/frame/glass_browser_frame_view.h
|
| @@ -27,7 +27,7 @@ class GlassBrowserFrameView : public BrowserNonClientFrameView,
|
| virtual int GetTopInset() const OVERRIDE;
|
| virtual int GetThemeBackgroundXInset() const OVERRIDE;
|
| virtual void UpdateThrobber(bool running) OVERRIDE;
|
| - virtual gfx::Size GetMinimumSize() OVERRIDE;
|
| + virtual gfx::Size GetMinimumSize() const OVERRIDE;
|
|
|
| // Overridden from views::NonClientFrameView:
|
| virtual gfx::Rect GetBoundsForClientView() const OVERRIDE;
|
|
|