| Index: components/sync_driver/local_device_info_provider_mock.cc
|
| diff --git a/components/sync_driver/local_device_info_provider_mock.cc b/components/sync_driver/local_device_info_provider_mock.cc
|
| index 644c1b1de04ca0e0b046851beffecaa8a6167a6a..7622752609a7b84b710b32557c4c67b1cb2f0fff 100644
|
| --- a/components/sync_driver/local_device_info_provider_mock.cc
|
| +++ b/components/sync_driver/local_device_info_provider_mock.cc
|
| @@ -42,7 +42,9 @@ std::string LocalDeviceInfoProviderMock::GetLocalSyncCacheGUID() const {
|
| }
|
|
|
| void LocalDeviceInfoProviderMock::Initialize(
|
| - const std::string& cache_guid, const std::string& signin_scoped_device_id) {
|
| + const std::string& cache_guid,
|
| + const std::string& signin_scoped_device_id,
|
| + const scoped_refptr<base::TaskRunner>& blocking_task_runner) {
|
| // Ignored for the mock provider.
|
| }
|
|
|
|
|