Chromium Code Reviews| 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..f6ba35ac882b4e3ec9e8dad7f580ad720a73740e 100644 |
| --- a/chrome/browser/sync/profile_sync_service.h |
| +++ b/chrome/browser/sync/profile_sync_service.h |
| @@ -345,7 +345,7 @@ class ProfileSyncService : public ProfileSyncServiceBase, |
| void InitializeNonBlockingType( |
| syncer::ModelType type, |
| scoped_refptr<base::SequencedTaskRunner> task_runner, |
| - base::WeakPtr<syncer::NonBlockingTypeProcessor> processor); |
| + base::WeakPtr<syncer::ModelTypeSyncProxyImpl> proxy); |
|
Nicolas Zea
2014/06/24 22:42:48
nit: both of these should be passed by const ref
rlarocque
2014/06/24 23:08:32
Done.
|
| // Return the active OpenTabsUIDelegate. If sessions is not enabled or not |
| // currently syncing, returns NULL. |