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 b0795b6910fb2f30ab41f0542c8c8619f06154b4..4e56660a70d81034b7ab1433788c2b3268d11446 100644 |
--- a/chrome/browser/sync/profile_sync_service.h |
+++ b/chrome/browser/sync/profile_sync_service.h |
@@ -356,7 +356,7 @@ class ProfileSyncService : public sync_driver::SyncService, |
void InitializeNonBlockingType( |
syncer::ModelType type, |
const scoped_refptr<base::SequencedTaskRunner>& task_runner, |
- const base::WeakPtr<syncer::ModelTypeSyncProxyImpl>& proxy); |
+ const base::WeakPtr<syncer_v2::ModelTypeSyncProxyImpl>& proxy); |
// Returns the SyncedWindowDelegatesGetter from the embedded sessions manager. |
virtual browser_sync::SyncedWindowDelegatesGetter* |