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

Unified Diff: sync/util/extensions_activity_monitor.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/util/extensions_activity_monitor.h ('k') | sync/util/get_session_name.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/extensions_activity_monitor.cc
diff --git a/sync/util/extensions_activity_monitor.cc b/sync/util/extensions_activity_monitor.cc
index 24d3b0ff6320d365c4b0b4ce0430ff94f53374f1..fabe50b8b953743aea48f0a2fb089d2bd1a1a9be 100644
--- a/sync/util/extensions_activity_monitor.cc
+++ b/sync/util/extensions_activity_monitor.cc
@@ -4,7 +4,7 @@
#include "sync/util/extensions_activity_monitor.h"
-namespace csync {
+namespace syncer {
ExtensionsActivityMonitor::Record::Record()
: bookmark_write_count(0U) {}
@@ -13,4 +13,4 @@ ExtensionsActivityMonitor::Record::~Record() {}
ExtensionsActivityMonitor::~ExtensionsActivityMonitor() {}
-} // namespace csync
+} // namespace syncer
« no previous file with comments | « sync/util/extensions_activity_monitor.h ('k') | sync/util/get_session_name.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698