| Index: chrome/browser/search_engines/search_provider_install_data.h
|
| diff --git a/chrome/browser/search_engines/search_provider_install_data.h b/chrome/browser/search_engines/search_provider_install_data.h
|
| index 853e4493e7b8cce4ead52dfbf858a5f6e9ebd337..512da28a271210e8857ca40ec74242351453724b 100644
|
| --- a/chrome/browser/search_engines/search_provider_install_data.h
|
| +++ b/chrome/browser/search_engines/search_provider_install_data.h
|
| @@ -15,7 +15,7 @@
|
| #include "base/memory/weak_ptr.h"
|
|
|
| class GURL;
|
| -class Profile;
|
| +class GoogleURLTracker;
|
| class SearchHostToURLsMap;
|
| class TemplateURL;
|
| class TemplateURLService;
|
| @@ -45,7 +45,10 @@ class SearchProviderInstallData {
|
| // signal to this class that it no longer needs to be kept up to date. (Note
|
| // that this class may be deleted before or after that death occurs. It
|
| // doesn't matter.)
|
| - SearchProviderInstallData(Profile* profile, content::RenderProcessHost* host);
|
| + SearchProviderInstallData(TemplateURLService* template_url_service,
|
| + const std::string& google_base_url,
|
| + GoogleURLTracker* google_url_tracker,
|
| + content::RenderProcessHost* host);
|
| virtual ~SearchProviderInstallData();
|
|
|
| // Use to determine when the search provider information is loaded. The
|
|
|