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

Unified Diff: sync/api/sync_change.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_change.h ('k') | sync/api/sync_change_processor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/sync_change.cc
diff --git a/sync/api/sync_change.cc b/sync/api/sync_change.cc
index ef9063b5fc450f908d48e77017d52e184abe716b..49a387b6045b1e6e654ba9ab36efe472c237f408 100644
--- a/sync/api/sync_change.cc
+++ b/sync/api/sync_change.cc
@@ -6,7 +6,7 @@
#include <ostream>
-namespace csync {
+namespace syncer {
SyncChange::SyncChange() : change_type_(ACTION_INVALID) {
}
@@ -74,4 +74,4 @@ void PrintTo(const SyncChange& sync_change, std::ostream* os) {
*os << sync_change.ToString();
}
-} // namespace csync
+} // namespace syncer
« no previous file with comments | « sync/api/sync_change.h ('k') | sync/api/sync_change_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698