| Index: sync/engine/process_updates_command.h
|
| diff --git a/sync/engine/process_updates_command.h b/sync/engine/process_updates_command.h
|
| index 262d5b7fc8726cd002ace80003ae1bc6147f38d3..6aeb1819b37f0aa997c0c9d882b1890201276dd3 100644
|
| --- a/sync/engine/process_updates_command.h
|
| +++ b/sync/engine/process_updates_command.h
|
| @@ -18,7 +18,7 @@ namespace sync_pb {
|
| class SyncEntity;
|
| }
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| class Cryptographer;
|
|
|
| @@ -50,6 +50,6 @@ class ProcessUpdatesCommand : public ModelChangingSyncerCommand {
|
| DISALLOW_COPY_AND_ASSIGN(ProcessUpdatesCommand);
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_ENGINE_PROCESS_UPDATES_COMMAND_H_
|
|
|