| 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.
|
|
|