| Index: chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h (revision 91968)
|
| +++ chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h (working copy)
|
| @@ -81,7 +81,7 @@
|
| }
|
|
|
| // Provide NotificationObserver implementation.
|
| - virtual void Observe(NotificationType type,
|
| + virtual void Observe(int type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details);
|
|
|
| @@ -164,7 +164,7 @@
|
| 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);
|
|
|
|
|