| Index: sync/engine/worker_entity_tracker.h
|
| diff --git a/sync/engine/worker_entity_tracker.h b/sync/engine/worker_entity_tracker.h
|
| index 0f3a337f6ea129d927355750535b16f342a4aed2..fd8645a757201fb0e6e9a18542e1e112462f6042 100644
|
| --- a/sync/engine/worker_entity_tracker.h
|
| +++ b/sync/engine/worker_entity_tracker.h
|
| @@ -45,8 +45,8 @@ class SYNC_EXPORT WorkerEntityTracker {
|
|
|
| // Populates a sync_pb::SyncEntity for a commit. Also sets the
|
| // |sequence_number|, so we can track it throughout the commit process.
|
| - void PrepareCommitProto(sync_pb::SyncEntity* commit_entity,
|
| - int64_t* sequence_number) const;
|
| + void PopulateCommitProto(sync_pb::SyncEntity* commit_entity,
|
| + int64_t* sequence_number) const;
|
|
|
| // Updates this entity with data from the latest version that the
|
| // model asked us to commit. May clobber state related to the
|
|
|