Index: chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
diff --git a/chrome/browser/ui/views/screen_capture_notification_ui_views.cc b/chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
index 227ef1c6aa90e7d5211ffb186129eccce377f578..21c016e2621875d8db15281c904721fcdea14748 100644 |
--- a/chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
+++ b/chrome/browser/ui/views/screen_capture_notification_ui_views.cc |
@@ -49,7 +49,7 @@ class NotificationBarClientView : public views::ClientView { |
} |
// views::ClientView overrides. |
- virtual int NonClientHitTest(const gfx::Point& point) OVERRIDE { |
+ virtual int NonClientHitTest(const gfx::Point& point) const OVERRIDE { |
if (!bounds().Contains(point)) |
return HTNOWHERE; |
// The whole window is HTCAPTION, except the |rect_|. |