| 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 a8492552ed995078812e2c3b55d134e275373d15..e9801ed84af371c219640e3a9f85f1124b1377c6 100644
|
| --- a/sync/engine/process_commit_response_command.h
|
| +++ b/sync/engine/process_commit_response_command.h
|
| @@ -56,6 +56,9 @@ class ProcessCommitResponseCommand : public ModelChangingSyncerCommand {
|
| const sync_pb::ClientToServerResponse& commit_response);
|
| virtual ~ProcessCommitResponseCommand();
|
|
|
| + // SyncerCommand override
|
| + virtual SyncerError ExecuteImpl(sessions::SyncSession* session) OVERRIDE;
|
| +
|
| protected:
|
| // ModelChangingSyncerCommand implementation.
|
| virtual std::set<ModelSafeGroup> GetGroupsToChange(
|
|
|