Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(102)

Unified Diff: chrome/browser/search_engines/search_provider_install_data.h

Issue 376413002: Stop using TemplateURLServiceTestUtil to initialize TemplateURLServiceFactory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix TemplateURLServiceWithoutFallbackTest Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698