summaryrefslogtreecommitdiffstats
path: root/sync/internal_api/change_reorder_buffer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'sync/internal_api/change_reorder_buffer.cc')
-rw-r--r--sync/internal_api/change_reorder_buffer.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sync/internal_api/change_reorder_buffer.cc b/sync/internal_api/change_reorder_buffer.cc
index 84619aa..786fd46 100644
--- a/sync/internal_api/change_reorder_buffer.cc
+++ b/sync/internal_api/change_reorder_buffer.cc
@@ -20,7 +20,7 @@ using std::pair;
using std::queue;
using std::set;
-namespace csync {
+namespace syncer {
// Traversal provides a way to collect a set of nodes from the syncable
// directory structure and then traverse them, along with any intermediate
@@ -226,4 +226,4 @@ bool ChangeReorderBuffer::GetAllChangesInTreeOrder(
return true;
}
-} // namespace csync
+} // namespace syncer