Index: chrome/browser/sync/profile_sync_service.h |
=================================================================== |
--- chrome/browser/sync/profile_sync_service.h (revision 91968) |
+++ chrome/browser/sync/profile_sync_service.h (working copy) |
@@ -27,9 +27,9 @@ |
#include "chrome/browser/sync/syncable/model_type.h" |
#include "chrome/browser/sync/unrecoverable_error_handler.h" |
#include "chrome/common/net/gaia/google_service_auth_error.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" |
#include "googleurl/src/gurl.h" |
class NotificationDetails; |
@@ -398,7 +398,7 @@ |
browser_sync::ChangeProcessor* change_processor); |
// NotificationObserver implementation. |
- virtual void Observe(NotificationType type, |
+ virtual void Observe(int type, |
const NotificationSource& source, |
const NotificationDetails& details); |