Index: components/sync/engine_impl/worker_entity_tracker.h |
diff --git a/components/sync/engine_impl/worker_entity_tracker.h b/components/sync/engine_impl/worker_entity_tracker.h |
index 1eea4f4356b1950d021f2809c5aee09f4dc8b5fd..eeeed827e93d2628848dca99aab24b8e57b386a0 100644 |
--- a/components/sync/engine_impl/worker_entity_tracker.h |
+++ b/components/sync/engine_impl/worker_entity_tracker.h |
@@ -56,7 +56,7 @@ class WorkerEntityTracker { |
void ReceiveCommitResponse(CommitResponseData* ack); |
// Handles receipt of an update from the server. |
- void ReceiveUpdate(int64_t version); |
+ void ReceiveUpdate(const UpdateResponseData& update); |
// Handles the receipt of an encrypted update from the server. |
// |