| Index: components/sync/model/model_type_service.cc
|
| diff --git a/components/sync/api/model_type_service.cc b/components/sync/model/model_type_service.cc
|
| similarity index 96%
|
| rename from components/sync/api/model_type_service.cc
|
| rename to components/sync/model/model_type_service.cc
|
| index 86e7d0c30c8df486ba78b95d4342a2d7c7e1dd89..17905ccbf8e3963666d9a669081da9f8ba22a126 100644
|
| --- a/components/sync/api/model_type_service.cc
|
| +++ b/components/sync/model/model_type_service.cc
|
| @@ -2,7 +2,7 @@
|
| // 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 <utility>
|
|
|
|
|