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

Unified Diff: sync/internal_api/change_reorder_buffer.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/internal_api/change_record.cc ('k') | sync/internal_api/change_reorder_buffer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/internal_api/change_reorder_buffer.h
diff --git a/sync/internal_api/change_reorder_buffer.h b/sync/internal_api/change_reorder_buffer.h
index 44773b83d4c4f87854866b792792aed2d38ae03c..81f4f6d1a4aae98f34c7bfbcdc90d6762ccd06e2 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 csync {
+namespace syncer {
// 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 csync
+} // namespace syncer
#endif // SYNC_INTERNAL_API_CHANGE_REORDER_BUFFER_H_
« no previous file with comments | « sync/internal_api/change_record.cc ('k') | sync/internal_api/change_reorder_buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698