| Index: sync/engine/model_changing_syncer_command.h
|
| diff --git a/sync/engine/model_changing_syncer_command.h b/sync/engine/model_changing_syncer_command.h
|
| index 44f045abd38becc3bfa4e1404786404534115efc..ad6dc63e0e15ddabc3de97d4544422cfdfcf2be2 100644
|
| --- a/sync/engine/model_changing_syncer_command.h
|
| +++ b/sync/engine/model_changing_syncer_command.h
|
| @@ -10,7 +10,7 @@
|
| #include "sync/engine/syncer_command.h"
|
| #include "sync/internal_api/public/engine/model_safe_worker.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| namespace sessions {
|
| class SyncSession;
|
| }
|
| @@ -31,7 +31,7 @@ class ModelChangingSyncerCommand : public SyncerCommand {
|
| virtual ~ModelChangingSyncerCommand() { }
|
|
|
| // SyncerCommand implementation. Sets work_session to session.
|
| - virtual csync::SyncerError ExecuteImpl(
|
| + virtual syncer::SyncerError ExecuteImpl(
|
| sessions::SyncSession* session) OVERRIDE;
|
|
|
| // Wrapper so implementations don't worry about storing work_session.
|
| @@ -72,6 +72,6 @@ class ModelChangingSyncerCommand : public SyncerCommand {
|
| DISALLOW_COPY_AND_ASSIGN(ModelChangingSyncerCommand);
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_ENGINE_MODEL_CHANGING_SYNCER_COMMAND_H_
|
|
|