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

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: 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
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

Powered by Google App Engine
This is Rietveld 408576698