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

Unified Diff: sync/api/sync_error.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/api/sync_error.h ('k') | sync/api/sync_error_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/sync_error.cc
diff --git a/sync/api/sync_error.cc b/sync/api/sync_error.cc
index 41d20e9436cb3fa75e8d92d6b5df993550e0e7cb..aef1ede76d813d059b29c52fe14080ba7549bfc8 100644
--- a/sync/api/sync_error.cc
+++ b/sync/api/sync_error.cc
@@ -10,7 +10,7 @@
#include "base/logging.h"
#include "sync/internal_api/public/syncable/model_type.h"
-namespace csync {
+namespace syncer {
SyncError::SyncError() {
Clear();
@@ -109,4 +109,4 @@ void PrintTo(const SyncError& sync_error, std::ostream* os) {
*os << sync_error.ToString();
}
-} // namespace csync
+} // namespace syncer
« no previous file with comments | « sync/api/sync_error.h ('k') | sync/api/sync_error_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698