| Index: components/sync/core_impl/test/model_type_store_test_util.cc | 
| diff --git a/components/sync/core_impl/test/model_type_store_test_util.cc b/components/sync/core_impl/test/model_type_store_test_util.cc | 
| index 76a7b28796b58b5047e6008dbc643b116ea08302..e594b8487e1716cea008b1733a31600ae37aee7e 100644 | 
| --- a/components/sync/core_impl/test/model_type_store_test_util.cc | 
| +++ b/components/sync/core_impl/test/model_type_store_test_util.cc | 
| @@ -10,7 +10,7 @@ | 
| #include "base/run_loop.h" | 
| #include "testing/gtest/include/gtest/gtest.h" | 
|  | 
| -namespace syncer_v2 { | 
| +namespace syncer { | 
|  | 
| using Result = ModelTypeStore::Result; | 
|  | 
| @@ -47,4 +47,4 @@ void ModelTypeStoreTestUtil::MoveStoreToCallback( | 
| callback.Run(Result::SUCCESS, std::move(store)); | 
| } | 
|  | 
| -}  // namespace syncer_v2 | 
| +}  // namespace syncer | 
|  |