| Index: chrome/browser/sync/glue/device_info_data_type_controller_unittest.cc
|
| diff --git a/chrome/browser/sync/glue/device_info_data_type_controller_unittest.cc b/chrome/browser/sync/glue/device_info_data_type_controller_unittest.cc
|
| index 92a94a98f3583cbcdbd86869a8543b3b96890b11..0f0a2b9885f54719b761728a996fd0f57311aa57 100644
|
| --- a/chrome/browser/sync/glue/device_info_data_type_controller_unittest.cc
|
| +++ b/chrome/browser/sync/glue/device_info_data_type_controller_unittest.cc
|
| @@ -38,8 +38,7 @@ class DeviceInfoDataTypeControllerTest : public testing::Test {
|
|
|
| controller_ = new DeviceInfoDataTypeController(
|
| &profile_sync_factory_,
|
| - local_device_.get(),
|
| - DataTypeController::DisableTypeCallback());
|
| + local_device_.get());
|
|
|
| load_finished_ = false;
|
| last_type_ = syncer::UNSPECIFIED;
|
|
|