| Index: components/sync/api/model_type_store.cc
|
| diff --git a/components/sync/api/model_type_store.cc b/components/sync/api/model_type_store.cc
|
| index 18d5b85d9cc7cdc0abb544608f66a9a0b7a3f6b0..1991651172a1aed28652d984bfe1a6fcbb2d3f2d 100644
|
| --- a/components/sync/api/model_type_store.cc
|
| +++ b/components/sync/api/model_type_store.cc
|
| @@ -6,7 +6,7 @@
|
|
|
| #include "components/sync/core/model_type_store_impl.h"
|
|
|
| -namespace syncer_v2 {
|
| +namespace syncer {
|
|
|
| // static
|
| void ModelTypeStore::CreateInMemoryStoreForTest(const InitCallback& callback) {
|
| @@ -15,7 +15,7 @@ void ModelTypeStore::CreateInMemoryStoreForTest(const InitCallback& callback) {
|
|
|
| // static
|
| void ModelTypeStore::CreateStore(
|
| - const syncer::ModelType type,
|
| + const ModelType type,
|
| const std::string& path,
|
| scoped_refptr<base::SequencedTaskRunner> blocking_task_runner,
|
| const InitCallback& callback) {
|
| @@ -28,4 +28,4 @@ ModelTypeStore::WriteBatch::WriteBatch() {}
|
|
|
| ModelTypeStore::WriteBatch::~WriteBatch() {}
|
|
|
| -} // namespace syncer_v2
|
| +} // namespace syncer
|
|
|