Index: components/sync/test/engine/mock_model_type_worker.cc |
diff --git a/components/sync/test/engine/mock_model_type_worker.cc b/components/sync/test/engine/mock_model_type_worker.cc |
index a12838048291260cb69588ff759ea525bd378a55..a1e99f89886296c05c91d2a337a15de0758f6349 100644 |
--- a/components/sync/test/engine/mock_model_type_worker.cc |
+++ b/components/sync/test/engine/mock_model_type_worker.cc |
@@ -9,7 +9,7 @@ |
#include "components/sync/syncable/syncable_util.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-namespace syncer_v2 { |
+namespace syncer { |
namespace { |
@@ -241,4 +241,4 @@ void MockModelTypeWorker::SetServerVersion(const std::string& tag_hash, |
server_versions_[tag_hash] = version; |
} |
-} // namespace syncer_v2 |
+} // namespace syncer |