summaryrefslogtreecommitdiffstats
path: root/sync/api/sync_change.h
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 03:15:50 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-27 03:15:50 +0000
commitcb02f6137832121af125b0c7c7ef425bca749dfb (patch)
tree98db52d582414dc4fd87f75fceca8875538bf74c /sync/api/sync_change.h
parenta571ce8531f2fe4a9ac4b615f75a5b5147459576 (diff)
downloadchromium_src-cb02f6137832121af125b0c7c7ef425bca749dfb.zip
chromium_src-cb02f6137832121af125b0c7c7ef425bca749dfb.tar.gz
chromium_src-cb02f6137832121af125b0c7c7ef425bca749dfb.tar.bz2
[Sync] Put everything in sync/api into csync namespace
BUG=128060 TEST= TBR=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10662035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144385 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/api/sync_change.h')
-rw-r--r--sync/api/sync_change.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sync/api/sync_change.h b/sync/api/sync_change.h
index 19218f5..11dea71 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_