| Index: components/sync/core/model_type_store_backend_unittest.cc
|
| diff --git a/components/sync/core/model_type_store_backend_unittest.cc b/components/sync/core/model_type_store_backend_unittest.cc
|
| index a1a5b74b5492de3fd054687db103e91533867901..f589ea5f979b5eb7ebed085e33fc25dd232f7dba 100644
|
| --- a/components/sync/core/model_type_store_backend_unittest.cc
|
| +++ b/components/sync/core/model_type_store_backend_unittest.cc
|
| @@ -8,7 +8,7 @@
|
| #include "third_party/leveldatabase/src/include/leveldb/env.h"
|
| #include "third_party/leveldatabase/src/include/leveldb/write_batch.h"
|
|
|
| -namespace syncer_v2 {
|
| +namespace syncer {
|
|
|
| class ModelTypeStoreBackendTest : public testing::Test {
|
| public:
|
| @@ -187,4 +187,4 @@ TEST_F(ModelTypeStoreBackendTest, TwoDifferentBackendTest) {
|
| ASSERT_FALSE(BackendExistsForPath("/test_db2"));
|
| }
|
|
|
| -} // namespace syncer_v2
|
| +} // namespace syncer
|
|
|