| 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 604d194ff228063dfc4b53ce70dba2e4f4ecbadb..7b49c3863e8fd1ecd28ec32ab885c12f8badde59 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.
|
| }
|
|
|
|
|