| Index: components/sync/model/model_type_service_unittest.cc
|
| diff --git a/components/sync/api/model_type_service_unittest.cc b/components/sync/model/model_type_service_unittest.cc
|
| similarity index 95%
|
| rename from components/sync/api/model_type_service_unittest.cc
|
| rename to components/sync/model/model_type_service_unittest.cc
|
| index 99c386f96f74cf2f12cc4fc59147923a78159cb7..15db0d7cfeae956e1020e8cc0e1963b574e5394a 100644
|
| --- a/components/sync/api/model_type_service_unittest.cc
|
| +++ b/components/sync/model/model_type_service_unittest.cc
|
| @@ -2,13 +2,13 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/sync/api/model_type_service.h"
|
| +#include "components/sync/model/model_type_service.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/memory/ptr_util.h"
|
| -#include "components/sync/api/data_type_error_handler_mock.h"
|
| -#include "components/sync/api/fake_model_type_change_processor.h"
|
| -#include "components/sync/api/stub_model_type_service.h"
|
| +#include "components/sync/model/data_type_error_handler_mock.h"
|
| +#include "components/sync/model/fake_model_type_change_processor.h"
|
| +#include "components/sync/model/stub_model_type_service.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace syncer {
|
|
|