| Index: sync/notifier/registration_manager.cc
|
| diff --git a/sync/notifier/registration_manager.cc b/sync/notifier/registration_manager.cc
|
| index 5dfc39c236187c8183d3f35eaa793995856c3914..06255f1af764dfdb6f37feaca8c74c57e6067521 100644
|
| --- a/sync/notifier/registration_manager.cc
|
| +++ b/sync/notifier/registration_manager.cc
|
| @@ -14,7 +14,7 @@
|
| #include "sync/internal_api/public/syncable/model_type.h"
|
| #include "sync/notifier/invalidation_util.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| RegistrationManager::PendingRegistrationInfo::PendingRegistrationInfo() {}
|
|
|
| @@ -272,4 +272,4 @@ bool RegistrationManager::IsTypeRegistered(
|
| invalidation::InvalidationListener::REGISTERED;
|
| }
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|