| Index: components/sync/device_info/device_info_service_unittest.cc
|
| diff --git a/components/sync/device_info/device_info_service_unittest.cc b/components/sync/device_info/device_info_service_unittest.cc
|
| index 85c1040c55b881e73495ba8592e14888cbe949e2..776e59d236c2a9d254f54b39aef0617cef01c6bd 100644
|
| --- a/components/sync/device_info/device_info_service_unittest.cc
|
| +++ b/components/sync/device_info/device_info_service_unittest.cc
|
| @@ -33,7 +33,7 @@ using sync_pb::EntitySpecifics;
|
| using sync_pb::ModelTypeState;
|
|
|
| using DeviceInfoList = std::vector<std::unique_ptr<DeviceInfo>>;
|
| -using StorageKeyList = ModelTypeService::StorageKeyList;
|
| +using StorageKeyList = ModelTypeSyncBridge::StorageKeyList;
|
| using RecordList = ModelTypeStore::RecordList;
|
| using Result = ModelTypeStore::Result;
|
| using StartCallback = ModelTypeChangeProcessor::StartCallback;
|
| @@ -179,7 +179,7 @@ class DeviceInfoServiceTest : public testing::Test,
|
|
|
| std::unique_ptr<ModelTypeChangeProcessor> CreateModelTypeChangeProcessor(
|
| ModelType type,
|
| - ModelTypeService* service) {
|
| + ModelTypeSyncBridge* bridge) {
|
| auto processor = base::MakeUnique<RecordingModelTypeChangeProcessor>();
|
| processor_ = processor.get();
|
| return std::move(processor);
|
|
|