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

Unified Diff: sync/api/sync_change.h

Issue 10662035: [Sync] Put everything in sync/api into csync namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix 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 19218f56d19385f95c009c6b354cc904a8ba493d..11dea71c6409df3226dbb1941d98f4a575349b64 100644
--- a/sync/api/sync_change.h
+++ b/sync/api/sync_change.h
@@ -12,6 +12,8 @@
#include "sync/api/sync_data.h"
+namespace csync {
+
// 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
// is encapsulated within the SyncChange, which, once created, is immutable.
@@ -64,4 +66,6 @@ class SyncChange {
// gmock printer helper.
void PrintTo(const SyncChange& sync_change, std::ostream* os);
+} // namespace csync
+
#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