| Index: components/sync/driver/non_blocking_data_type_controller_unittest.cc
|
| diff --git a/components/sync_driver/non_blocking_data_type_controller_unittest.cc b/components/sync/driver/non_blocking_data_type_controller_unittest.cc
|
| similarity index 97%
|
| rename from components/sync_driver/non_blocking_data_type_controller_unittest.cc
|
| rename to components/sync/driver/non_blocking_data_type_controller_unittest.cc
|
| index 08f22f6039ca2e6169eb0f5914864ea869bc8c78..9e651c2888d8a7ab1d619c3dab69a0a0cdee1ada 100644
|
| --- a/components/sync_driver/non_blocking_data_type_controller_unittest.cc
|
| +++ b/components/sync/driver/non_blocking_data_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_blocking_data_type_controller.h"
|
| +#include "components/sync/driver/non_blocking_data_type_controller.h"
|
|
|
| #include <memory>
|
|
|
| @@ -16,8 +16,8 @@
|
| #include "components/sync/api/fake_model_type_change_processor.h"
|
| #include "components/sync/api/fake_model_type_service.h"
|
| #include "components/sync/base/model_type.h"
|
| -#include "components/sync_driver/fake_sync_client.h"
|
| -#include "components/sync_driver/sync_prefs.h"
|
| +#include "components/sync/driver/fake_sync_client.h"
|
| +#include "components/sync/driver/sync_prefs.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace sync_driver {
|
|
|