Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1631)

Unified Diff: components/sync/driver/device_info_data_type_controller_unittest.cc

Issue 2203673002: [Sync] Move //components/sync_driver to //components/sync/driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sd-a
Patch Set: Full change rebased on static lib. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_,
« no previous file with comments | « components/sync/driver/device_info_data_type_controller.cc ('k') | components/sync/driver/device_info_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698