| Index: sync/engine/process_updates_command.cc
|
| diff --git a/sync/engine/process_updates_command.cc b/sync/engine/process_updates_command.cc
|
| index 003c59f269c2620c43dbccb24c61138e10cf5b4b..8c2ec75bb13029f8b164a41100bb4851dcf020f0 100644
|
| --- a/sync/engine/process_updates_command.cc
|
| +++ b/sync/engine/process_updates_command.cc
|
| @@ -21,7 +21,7 @@
|
|
|
| using std::vector;
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| using sessions::SyncSession;
|
| using sessions::StatusController;
|
| @@ -182,4 +182,4 @@ ServerUpdateProcessingResult ProcessUpdatesCommand::ProcessUpdate(
|
| return SUCCESS_PROCESSED;
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|