| Index: sync/sessions/status_controller.h
|
| diff --git a/sync/sessions/status_controller.h b/sync/sessions/status_controller.h
|
| index 7837e90725f554e7ed93ba24eef12a5afa57e1bc..0780a939f7cac6dfdef08df6a4c769d08d8fc518 100644
|
| --- a/sync/sessions/status_controller.h
|
| +++ b/sync/sessions/status_controller.h
|
| @@ -43,7 +43,7 @@
|
| #include "sync/sessions/ordered_commit_set.h"
|
| #include "sync/sessions/session_state.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| namespace sessions {
|
|
|
| class StatusController {
|
| @@ -234,7 +234,7 @@ class ScopedModelSafeGroupRestriction {
|
| DISALLOW_COPY_AND_ASSIGN(ScopedModelSafeGroupRestriction);
|
| };
|
|
|
| -}
|
| -}
|
| +} // namespace sessions
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_SESSIONS_STATUS_CONTROLLER_H_
|
|
|