| 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..30b3fede53e93066b12a9f4212ff37baf7b3abf5 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.
|
| //
|
| @@ -92,7 +92,7 @@ class WorkerEntityTracker {
|
| std::string id_;
|
|
|
| // The hashed client tag for this entry.
|
| - std::string client_tag_hash_;
|
| + const std::string client_tag_hash_;
|
|
|
| // The highest version seen in a commit response for this entry.
|
| int64_t highest_commit_response_version_;
|
|
|