summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/change_reorder_buffer.h
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-22 07:35:26 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-22 07:35:26 +0000
commit06aeba61e19bc26ec0ff993b56a6a1a4a20d72bd (patch)
treeedcc4117871b482005d719b9fa20d921826929e6 /sync/internal_api/change_reorder_buffer.h
parent855cf34fcf1f41eb7a12afdbae58fec830a1ea9b (diff)
downloadchromium_src-06aeba61e19bc26ec0ff993b56a6a1a4a20d72bd.zip
chromium_src-06aeba61e19bc26ec0ff993b56a6a1a4a20d72bd.tar.gz
chromium_src-06aeba61e19bc26ec0ff993b56a6a1a4a20d72bd.tar.bz2
[Sync] Rename sync_api to csync
BUG=128060 TEST= Review URL: https://chromiumcodereview.appspot.com/10601002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143557 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync/internal_api/change_reorder_buffer.h')
-rw-r--r--sync/internal_api/change_reorder_buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/internal_api/change_reorder_buffer.h b/sync/internal_api/change_reorder_buffer.h
index a6f37a0..44773b8 100644
--- a/sync/internal_api/change_reorder_buffer.h
+++ b/sync/internal_api/change_reorder_buffer.h
@@ -19,7 +19,7 @@
#include "sync/internal_api/public/change_record.h"
#include "sync/protocol/sync.pb.h"
-namespace sync_api {
+namespace csync {
// ChangeReorderBuffer is a utility type which accepts an unordered set
// of changes (via its Push methods), and yields an ImmutableChangeRecordList
@@ -119,6 +119,6 @@ class ChangeReorderBuffer {
DISALLOW_COPY_AND_ASSIGN(ChangeReorderBuffer);
};
-} // namespace sync_api
+} // namespace csync
#endif // SYNC_INTERNAL_API_CHANGE_REORDER_BUFFER_H_