| Index: components/sync/test/engine/mock_model_type_worker.cc
|
| diff --git a/sync/test/engine/mock_model_type_worker.cc b/components/sync/test/engine/mock_model_type_worker.cc
|
| similarity index 98%
|
| rename from sync/test/engine/mock_model_type_worker.cc
|
| rename to components/sync/test/engine/mock_model_type_worker.cc
|
| index fd0866738d763b1c8516e682f304ae65ff2cd302..af40a239f58a99f1d238843ce7a8900eb7318389 100644
|
| --- a/sync/test/engine/mock_model_type_worker.cc
|
| +++ b/components/sync/test/engine/mock_model_type_worker.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "sync/test/engine/mock_model_type_worker.h"
|
| +#include "components/sync/test/engine/mock_model_type_worker.h"
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| #include "base/logging.h"
|
| -#include "sync/internal_api/public/base/model_type.h"
|
| -#include "sync/syncable/syncable_util.h"
|
| +#include "components/sync/base/model_type.h"
|
| +#include "components/sync/syncable/syncable_util.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace syncer_v2 {
|
|
|