| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index 0325d0d15e98ca71acfc5c7e34f99677a1b3a8ed..e0accdd800106ba216624cc051a25ea2b9b25397 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -344,8 +344,8 @@ class ProfileSyncService : public ProfileSyncServiceBase,
|
| // in a message that allows the component to delete its local sync state.
|
| void InitializeNonBlockingType(
|
| syncer::ModelType type,
|
| - scoped_refptr<base::SequencedTaskRunner> task_runner,
|
| - base::WeakPtr<syncer::NonBlockingTypeProcessor> processor);
|
| + const scoped_refptr<base::SequencedTaskRunner>& task_runner,
|
| + const base::WeakPtr<syncer::ModelTypeSyncProxyImpl>& proxy);
|
|
|
| // Return the active OpenTabsUIDelegate. If sessions is not enabled or not
|
| // currently syncing, returns NULL.
|
|
|