Index: chrome/browser/sync/profile_sync_components_factory_impl.h |
diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.h b/chrome/browser/sync/profile_sync_components_factory_impl.h |
index 8186ad1c5f89c7214ae7957eaa0ab08c56ea7dcf..31f8f5b20f13fca73aac41c2381e9665e4ff8364 100644 |
--- a/chrome/browser/sync/profile_sync_components_factory_impl.h |
+++ b/chrome/browser/sync/profile_sync_components_factory_impl.h |
@@ -43,7 +43,7 @@ class ProfileSyncComponentsFactoryImpl : public ProfileSyncComponentsFactory { |
virtual browser_sync::SyncBackendHost* CreateSyncBackendHost( |
const std::string& name, |
Profile* profile, |
- const base::WeakPtr<browser_sync::SyncPrefs>& sync_prefs) OVERRIDE; |
+ const base::WeakPtr<sync_driver::SyncPrefs>& sync_prefs) OVERRIDE; |
virtual browser_sync::GenericChangeProcessor* CreateGenericChangeProcessor( |
ProfileSyncService* profile_sync_service, |