| Index: sync/engine/apply_updates_command.h
|
| diff --git a/sync/engine/apply_updates_command.h b/sync/engine/apply_updates_command.h
|
| index b6885c367f0a28cf527a623aa277ab46b343b8a1..bea1a7ffb462286864614828a0aebf2346e9d55c 100644
|
| --- a/sync/engine/apply_updates_command.h
|
| +++ b/sync/engine/apply_updates_command.h
|
| @@ -9,7 +9,7 @@
|
| #include "base/compiler_specific.h"
|
| #include "sync/engine/model_changing_syncer_command.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| class ApplyUpdatesCommand : public ModelChangingSyncerCommand {
|
| public:
|
| @@ -27,6 +27,6 @@ class ApplyUpdatesCommand : public ModelChangingSyncerCommand {
|
| DISALLOW_COPY_AND_ASSIGN(ApplyUpdatesCommand);
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_ENGINE_APPLY_UPDATES_COMMAND_H_
|
|
|