| Index: chrome/browser/search_engines/template_url_fetcher.cc
|
| diff --git a/chrome/browser/search_engines/template_url_fetcher.cc b/chrome/browser/search_engines/template_url_fetcher.cc
|
| index b00b1a3dbe9f7f872753f797948208cf1f56a85a..fc855c3050f345435de1190b71058391dffb9a65 100644
|
| --- a/chrome/browser/search_engines/template_url_fetcher.cc
|
| +++ b/chrome/browser/search_engines/template_url_fetcher.cc
|
| @@ -213,7 +213,7 @@ void TemplateURLFetcher::RequestDelegate::AddSearchProvider() {
|
| // Confirm addition and allow user to edit default choices. It's ironic
|
| // that only *non*-autodetected additions get confirmed, but the user
|
| // expects feedback that his action did something.
|
| - // The source TabContents' delegate takes care of adding the URL to the
|
| + // The source WebContents' delegate takes care of adding the URL to the
|
| // model, which takes ownership, or of deleting it if the add is
|
| // cancelled.
|
| callbacks_->ConfirmAddSearchProvider(new TemplateURL(data),
|
|
|