diff options
Diffstat (limited to 'chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h')
-rw-r--r-- | chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h b/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h index a8a36a3..c5e3728 100644 --- a/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h +++ b/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h @@ -81,7 +81,7 @@ class TabRendererGtk : public ui::AnimationDelegate, } // Provide NotificationObserver implementation. - virtual void Observe(NotificationType type, + virtual void Observe(int type, const NotificationSource& source, const NotificationDetails& details); @@ -164,7 +164,7 @@ class TabRendererGtk : public ui::AnimationDelegate, virtual void SetBounds(const gfx::Rect& bounds); // Provide NotificationObserver implementation. - virtual void Observe(NotificationType type, + virtual void Observe(int type, const NotificationSource& source, const NotificationDetails& details); |