summaryrefslogtreecommitdiffstats
path: root/chrome/browser/ui/views/frame/browser_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/ui/views/frame/browser_view.cc')
-rw-r--r--chrome/browser/ui/views/frame/browser_view.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
index 782450c..5cd474a7 100644
--- a/chrome/browser/ui/views/frame/browser_view.cc
+++ b/chrome/browser/ui/views/frame/browser_view.cc
@@ -988,9 +988,9 @@ void BrowserView::DisableInactiveFrame() {
void BrowserView::ConfirmSetDefaultSearchProvider(
TabContents* tab_contents,
TemplateURL* template_url,
- TemplateURLModel* template_url_model) {
+ TemplateURLService* template_url_service) {
#if defined(OS_WIN)
- DefaultSearchView::Show(tab_contents, template_url, template_url_model);
+ DefaultSearchView::Show(tab_contents, template_url, template_url_service);
#else
// TODO(levin): Implement for other platforms. Right now this is behind
// a command line flag which is off. http://crbug.com/38475