| 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 02fe8451f8944c69027515e7eb88743072ce1b81..82c4078d7a561c1a82c1e4b25382eb929b41300d 100644
|
| --- a/chrome/browser/sync/test/integration/sync_test.cc
|
| +++ b/chrome/browser/sync/test/integration/sync_test.cc
|
| @@ -671,7 +671,9 @@ void SyncTest::TriggerNotification(syncer::ModelTypeSet changed_types) {
|
| "from_server",
|
| syncer::NOTIFY_ALL,
|
| syncer::ObjectIdSetToInvalidationMap(
|
| - syncer::ModelTypeSetToObjectIdSet(changed_types), std::string())
|
| + syncer::ModelTypeSetToObjectIdSet(changed_types),
|
| + syncer::Invalidation::kUnknownVersion,
|
| + std::string())
|
| ).ToString();
|
| const std::string& path =
|
| std::string("chromiumsync/sendnotification?channel=") +
|
|
|