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 8d75d64187c33b2445bb1915d2933771a3d94a0a..72175ee6c5d2775f85732cc4deec1b3a5d60f9f4 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=") + |