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

Unified Diff: sync/util/logging.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/logging.h ('k') | sync/util/nigori.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/util/logging.cc
diff --git a/sync/util/logging.cc b/sync/util/logging.cc
index 9458379b9708ab406de5e11df90338ef05e198fa..272c72cf55efea5d22ee9b1bc635f6d5644854cf 100644
--- a/sync/util/logging.cc
+++ b/sync/util/logging.cc
@@ -6,7 +6,7 @@
#include "base/location.h"
-namespace csync {
+namespace syncer {
bool VlogIsOnForLocation(const tracked_objects::Location& from_here,
int verbose_level) {
@@ -15,4 +15,4 @@ bool VlogIsOnForLocation(const tracked_objects::Location& from_here,
from_here.file_name(), ::strlen(from_here.file_name())));
}
-} // namespace csync
+} // namespace syncer
« no previous file with comments | « sync/util/logging.h ('k') | sync/util/nigori.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698