diff options
Diffstat (limited to 'chrome/browser/ui/touch/frame/touch_browser_frame_view.h')
-rw-r--r-- | chrome/browser/ui/touch/frame/touch_browser_frame_view.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/touch/frame/touch_browser_frame_view.h b/chrome/browser/ui/touch/frame/touch_browser_frame_view.h index 109e3ff..6f02128 100644 --- a/chrome/browser/ui/touch/frame/touch_browser_frame_view.h +++ b/chrome/browser/ui/touch/frame/touch_browser_frame_view.h @@ -89,7 +89,7 @@ class TouchBrowserFrameView virtual void TabStripEmpty(); // Overridden from NotificationObserver. - virtual void Observe(NotificationType type, + virtual void Observe(int type, const NotificationSource& source, const NotificationDetails& details); |