Index: sync/engine/process_commit_response_command.cc |
diff --git a/sync/engine/process_commit_response_command.cc b/sync/engine/process_commit_response_command.cc |
index b82ff6d5246dac3c908b4060444a7c390d9d3dcf..6b2f6332f2f3cd5fc5c0df2a27f3934d2055dede 100644 |
--- a/sync/engine/process_commit_response_command.cc |
+++ b/sync/engine/process_commit_response_command.cc |
@@ -336,8 +336,7 @@ bool ProcessCommitResponseCommand::ChangeIdAfterCommit( |
<< " during commit " << same_id; |
return false; |
} |
- SyncerUtil::ChangeEntryIDAndUpdateChildren( |
- trans, local_entry, entry_response.id()); |
+ ChangeEntryIDAndUpdateChildren(trans, local_entry, entry_response.id()); |
DVLOG(1) << "Changing ID to " << entry_response.id(); |
} |
return true; |