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 82e489df00f3c1d6370bc6deb6da8820cda6fae7..eb43435344368fcd05a54e9fdd930f49f29ccb13 100644 |
| --- a/chrome/browser/sync/profile_sync_service.h |
| +++ b/chrome/browser/sync/profile_sync_service.h |
| @@ -360,7 +360,7 @@ class ProfileSyncService : public sync_driver::SyncService, |
| void InitializeNonBlockingType( |
| syncer::ModelType type, |
| const scoped_refptr<base::SequencedTaskRunner>& task_runner, |
| - const base::WeakPtr<syncer_v2::ModelTypeSyncProxyImpl>& proxy); |
| + const base::WeakPtr<syncer_v2::ModelTypeProcessorImpl>& proxy); |
|
stanisc
2015/08/29 00:10:00
This change was supposed to be limited to interfac
Gang Wu
2015/08/29 05:03:02
Done.
|
| // Returns the SyncedWindowDelegatesGetter from the embedded sessions manager. |
| virtual browser_sync::SyncedWindowDelegatesGetter* |