| Index: chrome/browser/sync/profile_sync_service.cc
|
| diff --git a/chrome/browser/sync/profile_sync_service.cc b/chrome/browser/sync/profile_sync_service.cc
|
| index 7f7f9c1da935f0f4749966ecb286f6f9fee46d56..8f28aa6d85cdfcf6255cf21385fc7b6b32660037 100644
|
| --- a/chrome/browser/sync/profile_sync_service.cc
|
| +++ b/chrome/browser/sync/profile_sync_service.cc
|
| @@ -445,7 +445,7 @@ void ProfileSyncService::RegisterNonBlockingType(syncer::ModelType type) {
|
| void ProfileSyncService::InitializeNonBlockingType(
|
| syncer::ModelType type,
|
| const scoped_refptr<base::SequencedTaskRunner>& task_runner,
|
| - const base::WeakPtr<syncer_v2::ModelTypeSyncProxyImpl>& type_sync_proxy) {
|
| + const base::WeakPtr<syncer_v2::ModelTypeProcessorImpl>& type_sync_proxy) {
|
| non_blocking_data_type_manager_.InitializeType(
|
| type, task_runner, type_sync_proxy);
|
| }
|
|
|