| Index: components/sync/api/fake_model_type_service.cc
|
| diff --git a/sync/api/fake_model_type_service.cc b/components/sync/api/fake_model_type_service.cc
|
| similarity index 92%
|
| rename from sync/api/fake_model_type_service.cc
|
| rename to components/sync/api/fake_model_type_service.cc
|
| index c281b7e9ef8c1b185b111f1bc70fd15bb858bb4b..82ec3d710da9054b0db4b72226a773f5840eb095 100644
|
| --- a/sync/api/fake_model_type_service.cc
|
| +++ b/components/sync/api/fake_model_type_service.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 "sync/api/fake_model_type_service.h"
|
| +#include "components/sync/api/fake_model_type_service.h"
|
|
|
| #include <string>
|
|
|
| #include "base/bind.h"
|
| #include "base/memory/ptr_util.h"
|
| -#include "sync/api/fake_model_type_change_processor.h"
|
| +#include "components/sync/api/fake_model_type_change_processor.h"
|
|
|
| namespace syncer_v2 {
|
|
|
|
|