| Index: sync/notifier/registration_manager.h
|
| diff --git a/sync/notifier/registration_manager.h b/sync/notifier/registration_manager.h
|
| index cf0144c0efcca3a8176b1c545e2dfbcda2032e84..8500655d57fbb43b2a3759c10cc483551342364e 100644
|
| --- a/sync/notifier/registration_manager.h
|
| +++ b/sync/notifier/registration_manager.h
|
| @@ -20,7 +20,7 @@
|
| #include "google/cacheinvalidation/include/types.h"
|
| #include "sync/notifier/invalidation_util.h"
|
|
|
| -namespace csync {
|
| +namespace syncer {
|
|
|
| using ::invalidation::InvalidationListener;
|
|
|
| @@ -181,6 +181,6 @@ class RegistrationManager : public base::NonThreadSafe {
|
| DISALLOW_COPY_AND_ASSIGN(RegistrationManager);
|
| };
|
|
|
| -} // namespace csync
|
| +} // namespace syncer
|
|
|
| #endif // SYNC_NOTIFIER_REGISTRATION_MANAGER_H_
|
|
|