| Index: components/search_engines/template_url_fetcher.cc
|
| diff --git a/components/search_engines/template_url_fetcher.cc b/components/search_engines/template_url_fetcher.cc
|
| index 2389eda9f291aec68adc238553ed51e54254cbb7..39229c39e14da6c5f4878c926e5898585619a28d 100644
|
| --- a/components/search_engines/template_url_fetcher.cc
|
| +++ b/components/search_engines/template_url_fetcher.cc
|
| @@ -71,7 +71,7 @@ TemplateURLFetcher::RequestDelegate::RequestDelegate(
|
| const ConfirmAddSearchProviderCallback& confirm_add_callback,
|
| ProviderType provider_type)
|
| : url_fetcher_(
|
| - net::URLFetcher::Create(osdd_url, net::URLFetcher::GET, this).Pass()),
|
| + net::URLFetcher::Create(osdd_url, net::URLFetcher::GET, this)),
|
| fetcher_(fetcher),
|
| keyword_(keyword),
|
| osdd_url_(osdd_url),
|
|
|