| Index: sync/engine/apply_updates_command.cc
|
| diff --git a/sync/engine/apply_updates_command.cc b/sync/engine/apply_updates_command.cc
|
| index fd18ff225161d4109bb81ba94a3d3e815ebae364..c23241c7f36d11404a4a20921ddc84d8b8a8ef69 100644
|
| --- a/sync/engine/apply_updates_command.cc
|
| +++ b/sync/engine/apply_updates_command.cc
|
| @@ -11,7 +11,7 @@
|
| #include "sync/syncable/read_transaction.h"
|
| #include "sync/syncable/write_transaction.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| using sessions::SyncSession;
|
|
|
| @@ -85,4 +85,4 @@ SyncerError ApplyUpdatesCommand::ModelChangingExecuteImpl(
|
| return SYNCER_OK;
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|