| 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 c1d8debd0388b7f08a98642f64fe81b4c994cd62..a8b061a01dfb386f511599205cbccc31a77de592 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -676,11 +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())
|
| - ).ToString();
|
| + syncer::ObjectIdInvalidationMap::InvalidateAll(
|
| + syncer::ModelTypeSetToObjectIdSet(changed_types))).ToString();
|
| const std::string& path =
|
| std::string("chromiumsync/sendnotification?channel=") +
|
| syncer::kSyncP2PNotificationChannel + "&data=" + data;
|
|
|