| 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 0680cc42e2180affe1d264721fd2f76e9a285f90..b17809f616fb876689ef7508c60b16707288c342 100644
|
| --- a/sync/engine/process_commit_response_command.h
|
| +++ b/sync/engine/process_commit_response_command.h
|
| @@ -61,8 +61,6 @@ class ProcessCommitResponseCommand : public ModelChangingSyncerCommand {
|
| // ModelChangingSyncerCommand implementation.
|
| virtual std::set<ModelSafeGroup> GetGroupsToChange(
|
| const sessions::SyncSession& session) const OVERRIDE;
|
| - virtual SyncerError ModelNeutralExecuteImpl(
|
| - sessions::SyncSession* session) OVERRIDE;
|
| virtual SyncerError ModelChangingExecuteImpl(
|
| sessions::SyncSession* session) OVERRIDE;
|
|
|
|
|