Index: chrome/browser/search_engines/search_provider_install_data.h |
=================================================================== |
--- chrome/browser/search_engines/search_provider_install_data.h (revision 128075) |
+++ chrome/browser/search_engines/search_provider_install_data.h (working copy) |
@@ -46,7 +46,7 @@ |
// may be observed on the UI thread to know when this class no longer needs to |
// be kept up to date. (Note that this class may be deleted before or after |
// that notification occurs. It doesn't matter.) |
- SearchProviderInstallData(WebDataService* web_service, |
+ SearchProviderInstallData(Profile* profile, |
sky
2012/03/22 00:29:07
I would prefer this to keep this taking a WDS. The
Peter Kasting
2012/03/22 18:54:26
The constructor here actually will need the Profil
|
int ui_death_notification, |
const content::NotificationSource& ui_death_source); |
virtual ~SearchProviderInstallData(); |