| Index: chrome/browser/external_tab_container_win.h
|
| ===================================================================
|
| --- chrome/browser/external_tab_container_win.h (revision 91968)
|
| +++ chrome/browser/external_tab_container_win.h (working copy)
|
| @@ -180,7 +180,7 @@
|
| const std::string& target);
|
|
|
| // Overridden from NotificationObserver:
|
| - virtual void Observe(NotificationType type,
|
| + virtual void Observe(int type,
|
| const NotificationSource& source,
|
| const NotificationDetails& details);
|
|
|
| @@ -366,7 +366,7 @@
|
| return false;
|
| }
|
|
|
| - virtual void Observe(NotificationType type, const NotificationSource& source,
|
| + virtual void Observe(int type, const NotificationSource& source,
|
| const NotificationDetails& details) {}
|
|
|
| virtual void OpenURLFromTab(TabContents* source, const GURL& url,
|
|
|