| Index: sync/engine/process_updates_command.cc
|
| diff --git a/sync/engine/process_updates_command.cc b/sync/engine/process_updates_command.cc
|
| index 72628311dfdeaec05c01b74d92e5959d121d0777..59c1d7747bcf9dd2c125e1b5ca170a0c810ec486 100644
|
| --- a/sync/engine/process_updates_command.cc
|
| +++ b/sync/engine/process_updates_command.cc
|
| @@ -120,8 +120,7 @@ ServerUpdateProcessingResult ProcessUpdatesCommand::ProcessUpdate(
|
| // change the ID now, after we're sure that the update can succeed.
|
| if (local_id != server_id) {
|
| DCHECK(!update.deleted());
|
| - SyncerUtil::ChangeEntryIDAndUpdateChildren(trans, &target_entry,
|
| - server_id);
|
| + ChangeEntryIDAndUpdateChildren(trans, &target_entry, server_id);
|
| // When IDs change, versions become irrelevant. Forcing BASE_VERSION
|
| // to zero would ensure that this update gets applied, but would indicate
|
| // creation or undeletion if it were committed that way. Instead, prefer
|
|
|