Index: components/sync/core/data_batch_impl.cc |
diff --git a/components/sync/core/data_batch_impl.cc b/components/sync/core/data_batch_impl.cc |
index 3eb9e8b4357298b7d794df5f86b322cf0c8644a7..36c1395259ba2930652ac445502b92b708b7bb71 100644 |
--- a/components/sync/core/data_batch_impl.cc |
+++ b/components/sync/core/data_batch_impl.cc |
@@ -4,7 +4,7 @@ |
#include "components/sync/core/data_batch_impl.h" |
-namespace syncer_v2 { |
+namespace syncer { |
DataBatchImpl::DataBatchImpl() {} |
@@ -24,4 +24,4 @@ KeyAndData DataBatchImpl::Next() { |
return std::move(key_data_pairs_[read_index_++]); |
} |
-} // namespace syncer_v2 |
+} // namespace syncer |