| Index: sync/sessions/status_controller.cc
|
| diff --git a/sync/sessions/status_controller.cc b/sync/sessions/status_controller.cc
|
| index cab189e40a9965bfdf8e4e233707c8c8f78602df..5cca02ce47c40423c84a7831714238af77bd2011 100644
|
| --- a/sync/sessions/status_controller.cc
|
| +++ b/sync/sessions/status_controller.cc
|
| @@ -10,7 +10,7 @@
|
| #include "sync/internal_api/public/syncable/model_type.h"
|
| #include "sync/protocol/sync_protocol_error.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| namespace sessions {
|
|
|
| using syncable::FIRST_REAL_MODEL_TYPE;
|
| @@ -269,4 +269,4 @@ bool StatusController::debug_info_sent() const {
|
| }
|
|
|
| } // namespace sessions
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|