Index: sync/engine/process_commit_response_command.h |
diff --git a/sync/engine/process_commit_response_command.h b/sync/engine/process_commit_response_command.h |
index 155a47ddae19d0c112458919da997f6518fcbc46..15ce4ebbaf8978962c82ca486bbf82ac0dc7c22e 100644 |
--- a/sync/engine/process_commit_response_command.h |
+++ b/sync/engine/process_commit_response_command.h |
@@ -70,7 +70,7 @@ class SYNC_EXPORT_PRIVATE ProcessCommitResponseCommand |
syncable::WriteTransaction* trans, |
const sync_pb::CommitResponse_EntryResponse& pb_commit_response, |
const sync_pb::SyncEntity& pb_committed_entry, |
- const syncable::Id& pre_commit_id, |
+ int64 metahandle, |
std::set<syncable::Id>* deleted_folders); |
void ProcessSuccessfulCommitResponse( |