| Index: sync/engine/download_updates_command.cc
|
| diff --git a/sync/engine/download_updates_command.cc b/sync/engine/download_updates_command.cc
|
| index fb74f3d2167798b32f12feafcded20bf7f7c9eba..f73c3502ce26ff51bc5f1df59600e9dbef2180e5 100644
|
| --- a/sync/engine/download_updates_command.cc
|
| +++ b/sync/engine/download_updates_command.cc
|
| @@ -15,7 +15,7 @@
|
|
|
| using sync_pb::DebugInfo;
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| using sessions::StatusController;
|
| using sessions::SyncSession;
|
| using std::string;
|
| @@ -127,4 +127,4 @@ void DownloadUpdatesCommand::AppendClientDebugInfoIfNeeded(
|
| }
|
|
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|