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

Unified Diff: sync/api/sync_data.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/sync_change_unittest.cc ('k') | sync/api/sync_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/sync_data.h
diff --git a/sync/api/sync_data.h b/sync/api/sync_data.h
index 24269f7d00a202e141e0960cd778f41126e08203..59d4e4e8c369d8570b16f8c4f32379391f073e56 100644
--- a/sync/api/sync_data.h
+++ b/sync/api/sync_data.h
@@ -19,6 +19,8 @@ class EntitySpecifics;
class SyncEntity;
} // namespace sync_pb
+namespace csync {
+
typedef syncable::ModelType SyncDataType;
// A light-weight container for immutable sync data. Pass-by-value and storage
@@ -118,4 +120,6 @@ class SyncData {
// gmock printer helper.
void PrintTo(const SyncData& sync_data, std::ostream* os);
+} // namespace csync
+
#endif // SYNC_API_SYNC_DATA_H_
« no previous file with comments | « sync/api/sync_change_unittest.cc ('k') | sync/api/sync_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698