Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(227)

Unified Diff: sync/notifier/registration_manager.h

Issue 10698014: [Sync] Rename csync namespace to syncer (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sync/notifier/push_client_channel_unittest.cc ('k') | sync/notifier/registration_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « sync/notifier/push_client_channel_unittest.cc ('k') | sync/notifier/registration_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698