| Index: sync/sessions/sync_session.h
|
| diff --git a/sync/sessions/sync_session.h b/sync/sessions/sync_session.h
|
| index 6ccae9e0a22d2648641436e65bee3dabad2b29dc..e847ddb34fc0b373d5a5087377116ac746b590e4 100644
|
| --- a/sync/sessions/sync_session.h
|
| +++ b/sync/sessions/sync_session.h
|
| @@ -37,7 +37,7 @@ namespace syncable {
|
| class WriteTransaction;
|
| }
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
| class ModelSafeWorker;
|
|
|
| namespace sessions {
|
| @@ -247,6 +247,6 @@ class ScopedSetSessionWriteTransaction {
|
| };
|
|
|
| } // namespace sessions
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_SESSIONS_SYNC_SESSION_H_
|
|
|