| Index: components/sync/driver/device_info_data_type_controller_unittest.cc
|
| diff --git a/components/sync_driver/device_info_data_type_controller_unittest.cc b/components/sync/driver/device_info_data_type_controller_unittest.cc
|
| similarity index 89%
|
| rename from components/sync_driver/device_info_data_type_controller_unittest.cc
|
| rename to components/sync/driver/device_info_data_type_controller_unittest.cc
|
| index c4705d7e212c6b9dbf31d63322ab20f4864965b9..062a409c2440d1f953f054c001108770a1c02bdb 100644
|
| --- a/components/sync_driver/device_info_data_type_controller_unittest.cc
|
| +++ b/components/sync/driver/device_info_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/device_info_data_type_controller.h"
|
| +#include "components/sync/driver/device_info_data_type_controller.h"
|
|
|
| #include "base/bind.h"
|
| #include "base/callback.h"
|
| @@ -10,9 +10,9 @@
|
| #include "base/run_loop.h"
|
| #include "base/threading/thread_task_runner_handle.h"
|
| #include "components/sync/base/model_type.h"
|
| -#include "components/sync_driver/fake_sync_client.h"
|
| -#include "components/sync_driver/local_device_info_provider_mock.h"
|
| -#include "components/sync_driver/sync_api_component_factory.h"
|
| +#include "components/sync/driver/fake_sync_client.h"
|
| +#include "components/sync/driver/local_device_info_provider_mock.h"
|
| +#include "components/sync/driver/sync_api_component_factory.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace sync_driver {
|
| @@ -29,12 +29,8 @@ class DeviceInfoDataTypeControllerTest : public testing::Test {
|
|
|
| void SetUp() override {
|
| local_device_.reset(new LocalDeviceInfoProviderMock(
|
| - "cache_guid",
|
| - "Wayne Gretzky's Hacking Box",
|
| - "Chromium 10k",
|
| - "Chrome 10k",
|
| - sync_pb::SyncEnums_DeviceType_TYPE_LINUX,
|
| - "device_id"));
|
| + "cache_guid", "Wayne Gretzky's Hacking Box", "Chromium 10k",
|
| + "Chrome 10k", sync_pb::SyncEnums_DeviceType_TYPE_LINUX, "device_id"));
|
|
|
| controller_ = new DeviceInfoDataTypeController(
|
| base::ThreadTaskRunnerHandle::Get(), base::Closure(), &sync_client_,
|
|
|