diff options
Diffstat (limited to 'sync/notifier/registration_manager.h')
-rw-r--r-- | sync/notifier/registration_manager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/notifier/registration_manager.h b/sync/notifier/registration_manager.h index cf0144c..8500655 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_ |