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

Unified Diff: sync/api/sync_change.h

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/fake_syncable_service.cc ('k') | sync/api/sync_change.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/sync_change.h
diff --git a/sync/api/sync_change.h b/sync/api/sync_change.h
index 11dea71c6409df3226dbb1941d98f4a575349b64..63a03d9606c3496d107ae22c907a4ae7d1b2b5c0 100644
--- a/sync/api/sync_change.h
+++ b/sync/api/sync_change.h
@@ -12,7 +12,7 @@
#include "sync/api/sync_data.h"
-namespace csync {
+namespace syncer {
// A SyncChange object reflects a change to a piece of synced data. The change
// can be either a delete, add, or an update. All data relevant to the change
@@ -66,6 +66,6 @@ class SyncChange {
// gmock printer helper.
void PrintTo(const SyncChange& sync_change, std::ostream* os);
-} // namespace csync
+} // namespace syncer
#endif // SYNC_API_SYNC_CHANGE_H_
« no previous file with comments | « sync/api/fake_syncable_service.cc ('k') | sync/api/sync_change.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698