diff options
Diffstat (limited to 'sync/engine/model_changing_syncer_command.h')
-rw-r--r-- | sync/engine/model_changing_syncer_command.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sync/engine/model_changing_syncer_command.h b/sync/engine/model_changing_syncer_command.h index 9a58249..3d780e7 100644 --- a/sync/engine/model_changing_syncer_command.h +++ b/sync/engine/model_changing_syncer_command.h @@ -30,8 +30,7 @@ class ModelChangingSyncerCommand : public SyncerCommand { virtual ~ModelChangingSyncerCommand() { } // SyncerCommand implementation. Sets work_session to session. - virtual syncer::SyncerError ExecuteImpl( - sessions::SyncSession* session) OVERRIDE; + virtual SyncerError ExecuteImpl(sessions::SyncSession* session) OVERRIDE; // Wrapper so implementations don't worry about storing work_session. SyncerError StartChangingModel() { |