| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index 5eb3a16bea9182c9c9c5c48b2af09775e294d3b2..027bbc4ab252e8672b9ee20dcedc79fd514ea2f9 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -226,7 +226,7 @@ class BrowserView : public BrowserWindow,
|
| virtual bool IsActive() const OVERRIDE;
|
| virtual void FlashFrame(bool flash) OVERRIDE;
|
| virtual bool IsAlwaysOnTop() const OVERRIDE;
|
| - virtual gfx::NativeWindow GetNativeWindow() OVERRIDE;
|
| + virtual gfx::NativeWindow GetNativeWindow() const OVERRIDE;
|
| virtual BrowserWindowTesting* GetBrowserWindowTesting() OVERRIDE;
|
| virtual StatusBubble* GetStatusBubble() OVERRIDE;
|
| virtual void ToolbarSizeChanged(bool is_animating) OVERRIDE;
|
|
|