Index: chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.h |
diff --git a/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.h b/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.h |
index 27ab855ebf706f83e4253938e688cb07a503f3b7..e2d01727fdb88617ddabc5741a5b47a1df9e6938 100644 |
--- a/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.h |
+++ b/chrome/browser/ui/views/frame/browser_desktop_root_window_host_win.h |
@@ -52,7 +52,7 @@ class BrowserDesktopWindowTreeHostWin : public BrowserDesktopWindowTreeHost, |
WPARAM w_param, |
LPARAM l_param) OVERRIDE; |
virtual bool IsUsingCustomFrame() const OVERRIDE; |
- virtual bool ShouldUseNativeFrame() OVERRIDE; |
+ virtual bool ShouldUseNativeFrame() const OVERRIDE; |
virtual void FrameTypeChanged() OVERRIDE; |
void UpdateDWMFrame(); |