| Index: chrome/browser/ui/panels/panel.cc
|
| ===================================================================
|
| --- chrome/browser/ui/panels/panel.cc (revision 104769)
|
| +++ chrome/browser/ui/panels/panel.cc (working copy)
|
| @@ -321,10 +321,9 @@
|
| NOTIMPLEMENTED();
|
| }
|
|
|
| -void Panel::ConfirmSetDefaultSearchProvider(
|
| - TabContents* tab_contents,
|
| - TemplateURL* template_url,
|
| - TemplateURLService* template_url_service) {
|
| +void Panel::ConfirmSetDefaultSearchProvider(TabContents* tab_contents,
|
| + TemplateURL* template_url,
|
| + Profile* profile) {
|
| NOTIMPLEMENTED();
|
| }
|
|
|
|
|