| Index: chrome/browser/sync/test/integration/sync_test.cc
|
| diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
|
| index 6abf560c7d7f01826be47721e9f99abb6e94b654..9c3a5844331625dc11f0b85df024e2ec7ff8736b 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -676,10 +676,8 @@ void SyncTest::TriggerNotification(syncer::ModelTypeSet changed_types) {
|
| syncer::P2PNotificationData(
|
| "from_server",
|
| syncer::NOTIFY_ALL,
|
| - syncer::ObjectIdSetToInvalidationMap(
|
| - syncer::ModelTypeSetToObjectIdSet(changed_types),
|
| - syncer::Invalidation::kUnknownVersion,
|
| - std::string())
|
| + syncer::ObjectIdInvalidationMap::InvalidateAll(
|
| + syncer::ModelTypeSetToObjectIdSet(changed_types))
|
| ).ToString();
|
| const std::string& path =
|
| std::string("chromiumsync/sendnotification?channel=") +
|
|
|