summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/browser.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/browser.h')
-rw-r--r--chrome/browser/ui/browser.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index b5a9bb8..55946bb 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -994,10 +994,9 @@ class Browser : public TabHandlerDelegate,
TabContentsWrapper* new_tab_contents) OVERRIDE;
// Overridden from SearchEngineTabHelperDelegate:
- virtual void ConfirmSetDefaultSearchProvider(
- TabContents* tab_contents,
- TemplateURL* template_url,
- TemplateURLService* template_url_service) OVERRIDE;
+ virtual void ConfirmSetDefaultSearchProvider(TabContents* tab_contents,
+ TemplateURL* template_url,
+ Profile* profile) OVERRIDE;
virtual void ConfirmAddSearchProvider(const TemplateURL* template_url,
Profile* profile) OVERRIDE;