| Index: components/sync/api/model_type_store.cc
|
| diff --git a/sync/api/model_type_store.cc b/components/sync/api/model_type_store.cc
|
| similarity index 88%
|
| rename from sync/api/model_type_store.cc
|
| rename to components/sync/api/model_type_store.cc
|
| index 6e1c4668b8e78cbe6f67d9369950526c76b6cb4a..18d5b85d9cc7cdc0abb544608f66a9a0b7a3f6b0 100644
|
| --- a/sync/api/model_type_store.cc
|
| +++ b/components/sync/api/model_type_store.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sync/api/model_type_store.h"
|
| +#include "components/sync/api/model_type_store.h"
|
|
|
| -#include "sync/internal_api/public/model_type_store_impl.h"
|
| +#include "components/sync/core/model_type_store_impl.h"
|
|
|
| namespace syncer_v2 {
|
|
|
|
|