| Index: components/sync/core_impl/test/fake_model_type_processor.cc
|
| diff --git a/sync/internal_api/test/fake_model_type_processor.cc b/components/sync/core_impl/test/fake_model_type_processor.cc
|
| similarity index 86%
|
| rename from sync/internal_api/test/fake_model_type_processor.cc
|
| rename to components/sync/core_impl/test/fake_model_type_processor.cc
|
| index a2e2a75bad21c7772d9e2f0927de0d868a50e4b4..eefd595360f45ef766d36050761b149118774c55 100644
|
| --- a/sync/internal_api/test/fake_model_type_processor.cc
|
| +++ b/components/sync/core_impl/test/fake_model_type_processor.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/internal_api/public/test/fake_model_type_processor.h"
|
| +#include "components/sync/core/test/fake_model_type_processor.h"
|
|
|
| -#include "sync/engine/commit_queue.h"
|
| +#include "components/sync/engine_impl/commit_queue.h"
|
|
|
| namespace syncer_v2 {
|
|
|
|
|