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

Unified Diff: components/sync/driver/device_info_data_type_controller.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.cc
diff --git a/components/sync_driver/device_info_data_type_controller.cc b/components/sync/driver/device_info_data_type_controller.cc
similarity index 87%
rename from components/sync_driver/device_info_data_type_controller.cc
rename to components/sync/driver/device_info_data_type_controller.cc
index d17e3ca2cad2008fb66869b0bcadf1429028c024..f42735aec35df0f0c5ace5b458c688233c93abda 100644
--- a/components/sync_driver/device_info_data_type_controller.cc
+++ b/components/sync/driver/device_info_data_type_controller.cc
@@ -2,10 +2,10 @@
// 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/callback.h"
-#include "components/sync_driver/local_device_info_provider.h"
+#include "components/sync/driver/local_device_info_provider.h"
namespace sync_driver {
@@ -20,8 +20,7 @@ DeviceInfoDataTypeController::DeviceInfoDataTypeController(
sync_client),
local_device_info_provider_(local_device_info_provider) {}
-DeviceInfoDataTypeController::~DeviceInfoDataTypeController() {
-}
+DeviceInfoDataTypeController::~DeviceInfoDataTypeController() {}
bool DeviceInfoDataTypeController::StartModels() {
// Start the data type as soon as the local device info gets available.

Powered by Google App Engine
This is Rietveld 408576698