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

Unified Diff: sync/notifier/chrome_system_resources.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/chrome_system_resources.h ('k') | sync/notifier/chrome_system_resources_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/notifier/chrome_system_resources.cc
diff --git a/sync/notifier/chrome_system_resources.cc b/sync/notifier/chrome_system_resources.cc
index 702078bd5b3577101455d81fcc2e675f041f40c6..af4cf9a31695c452a8b51b8439ac1717a6b1872e 100644
--- a/sync/notifier/chrome_system_resources.cc
+++ b/sync/notifier/chrome_system_resources.cc
@@ -19,7 +19,7 @@
#include "jingle/notifier/listener/push_client.h"
#include "sync/notifier/invalidation_util.h"
-namespace csync {
+namespace syncer {
ChromeLogger::ChromeLogger() {}
ChromeLogger::~ChromeLogger() {}
@@ -252,4 +252,4 @@ ChromeScheduler* ChromeSystemResources::listener_scheduler() {
return listener_scheduler_.get();
}
-} // namespace csync
+} // namespace syncer
« no previous file with comments | « sync/notifier/chrome_system_resources.h ('k') | sync/notifier/chrome_system_resources_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698