| Index: components/sync/driver/non_ui_model_type_controller_unittest.cc
|
| diff --git a/components/sync_driver/non_ui_model_type_controller_unittest.cc b/components/sync/driver/non_ui_model_type_controller_unittest.cc
|
| similarity index 98%
|
| rename from components/sync_driver/non_ui_model_type_controller_unittest.cc
|
| rename to components/sync/driver/non_ui_model_type_controller_unittest.cc
|
| index 0db3f988cd5fed43b4149aa2fd1c6402d16c73d2..5a811f3f1db503468ef8b344f6d6a87f083e7f97 100644
|
| --- a/components/sync_driver/non_ui_model_type_controller_unittest.cc
|
| +++ b/components/sync/driver/non_ui_model_type_controller_unittest.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_driver/non_ui_model_type_controller.h"
|
| +#include "components/sync/driver/non_ui_model_type_controller.h"
|
|
|
| #include <memory>
|
| #include <utility>
|
| @@ -21,9 +21,9 @@
|
| #include "components/sync/api/fake_model_type_service.h"
|
| #include "components/sync/core/activation_context.h"
|
| #include "components/sync/core/shared_model_type_processor.h"
|
| +#include "components/sync/driver/backend_data_type_configurer.h"
|
| +#include "components/sync/driver/fake_sync_client.h"
|
| #include "components/sync/engine_impl/commit_queue.h"
|
| -#include "components/sync_driver/backend_data_type_configurer.h"
|
| -#include "components/sync_driver/fake_sync_client.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace sync_driver_v2 {
|
|
|