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

Unified Diff: sync/notifier/registration_manager.cc

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/registration_manager.h ('k') | sync/notifier/registration_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/registration_manager.cc
diff --git a/sync/notifier/registration_manager.cc b/sync/notifier/registration_manager.cc
index f999a8e2403efa3024864b9c0d9f6cdc2888497c..3d20df0b23e2112b2f567150e25bb272a4fc23d8 100644
--- a/sync/notifier/registration_manager.cc
+++ b/sync/notifier/registration_manager.cc
@@ -16,7 +16,7 @@
#include "google/cacheinvalidation/include/types.h"
#include "sync/notifier/invalidation_util.h"
-namespace csync {
+namespace syncer {
RegistrationManager::PendingRegistrationInfo::PendingRegistrationInfo() {}
@@ -300,4 +300,4 @@ bool RegistrationManager::IsIdRegistered(
it->second->state == invalidation::InvalidationListener::REGISTERED;
}
-} // namespace csync
+} // namespace syncer
« no previous file with comments | « sync/notifier/registration_manager.h ('k') | sync/notifier/registration_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698