| Index: chrome/browser/sync/test_profile_sync_service.h
|
| diff --git a/chrome/browser/sync/test_profile_sync_service.h b/chrome/browser/sync/test_profile_sync_service.h
|
| index 6372f6ef1a78272a7cf5df012c81ac47715d4c56..9be433dbc9a9ffb64bcff782571af25a78f098db 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -68,7 +68,7 @@ class SyncBackendHostForProfileSyncTest : public SyncBackendHost {
|
| void EmitOnNotificationsDisabled(
|
| syncer::NotificationsDisabledReason reason);
|
| void EmitOnIncomingNotification(
|
| - const syncer::ObjectIdPayloadMap& id_payloads,
|
| + const syncer::ObjectIdStateMap& id_state_map,
|
| const syncer::IncomingNotificationSource source);
|
|
|
| protected:
|
|
|