diff options
Diffstat (limited to 'chrome/browser/sync/glue/session_change_processor.h')
-rw-r--r-- | chrome/browser/sync/glue/session_change_processor.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/sync/glue/session_change_processor.h b/chrome/browser/sync/glue/session_change_processor.h index 6213443..62fa5c8 100644 --- a/chrome/browser/sync/glue/session_change_processor.h +++ b/chrome/browser/sync/glue/session_change_processor.h @@ -11,9 +11,9 @@ #include "chrome/browser/sessions/session_service.h" #include "chrome/browser/sync/engine/syncapi.h" #include "chrome/browser/sync/glue/change_processor.h" +#include "content/common/content_notification_types.h" #include "content/common/notification_observer.h" #include "content/common/notification_registrar.h" -#include "content/common/notification_type.h" class NotificationDetails; class NotificationSource; @@ -43,7 +43,7 @@ class SessionChangeProcessor : public ChangeProcessor, // NotificationObserver implementation. // BrowserSessionProvider -> sync_api model change application. - virtual void Observe(NotificationType type, + virtual void Observe(int type, const NotificationSource& source, const NotificationDetails& details); |