| Index: chrome/browser/sync/engine/process_commit_response_command.h
|
| diff --git a/chrome/browser/sync/engine/process_commit_response_command.h b/chrome/browser/sync/engine/process_commit_response_command.h
|
| index dd13806b8695f99a680d1554a1795966d0398fdf..bac2a31770e55e7dbe5badc2517c3c8d1c7c7920 100644
|
| --- a/chrome/browser/sync/engine/process_commit_response_command.h
|
| +++ b/chrome/browser/sync/engine/process_commit_response_command.h
|
| @@ -28,8 +28,12 @@ class ProcessCommitResponseCommand : public ModelChangingSyncerCommand {
|
| ProcessCommitResponseCommand();
|
| virtual ~ProcessCommitResponseCommand();
|
|
|
| + protected:
|
| // ModelChangingSyncerCommand implementation.
|
| - virtual bool ModelNeutralExecuteImpl(sessions::SyncSession* session) OVERRIDE;
|
| + virtual std::set<ModelSafeGroup> GetGroupsToChange(
|
| + const sessions::SyncSession& session) const OVERRIDE;
|
| + virtual bool ModelNeutralExecuteImpl(
|
| + sessions::SyncSession* session) OVERRIDE;
|
| virtual void ModelChangingExecuteImpl(
|
| sessions::SyncSession* session) OVERRIDE;
|
|
|
|
|