diff options
Diffstat (limited to 'chrome/browser/ui/gtk/tab_contents_container_gtk.h')
-rw-r--r-- | chrome/browser/ui/gtk/tab_contents_container_gtk.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/ui/gtk/tab_contents_container_gtk.h b/chrome/browser/ui/gtk/tab_contents_container_gtk.h index f3e48c2..de70475 100644 --- a/chrome/browser/ui/gtk/tab_contents_container_gtk.h +++ b/chrome/browser/ui/gtk/tab_contents_container_gtk.h @@ -46,7 +46,7 @@ class TabContentsContainerGtk : public NotificationObserver, void DetachTab(TabContentsWrapper* tab); // NotificationObserver implementation. - virtual void Observe(NotificationType type, + virtual void Observe(int type, const NotificationSource& source, const NotificationDetails& details); |