| 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 bffe8a7b51fe78021039d2d27cc20de6c4886bd8..095ec821ed0726d7fb6f59b3bb9a06e5e4a85813 100644
|
| --- a/chrome/browser/sync/test_profile_sync_service.h
|
| +++ b/chrome/browser/sync/test_profile_sync_service.h
|
| @@ -67,7 +67,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:
|
|
|