| Index: chrome/browser/extensions/webstore_inline_installer.cc
|
| diff --git a/chrome/browser/extensions/webstore_inline_installer.cc b/chrome/browser/extensions/webstore_inline_installer.cc
|
| index 2fca0f222d234668f26556af630e681fca86a3b2..9155f3f9a63f2e394d561ea91e428137b5e5b2a9 100644
|
| --- a/chrome/browser/extensions/webstore_inline_installer.cc
|
| +++ b/chrome/browser/extensions/webstore_inline_installer.cc
|
| @@ -171,7 +171,7 @@ void WebstoreInlineInstaller::BeginInstall() {
|
| GURL webstore_data_url(extension_urls::GetWebstoreItemJsonDataURL(id_));
|
|
|
| webstore_data_url_fetcher_.reset(content::URLFetcher::Create(
|
| - webstore_data_url, content::URLFetcher::GET, this));
|
| + webstore_data_url, net::URLFetcher::GET, this));
|
| Profile* profile = Profile::FromBrowserContext(
|
| web_contents()->GetBrowserContext());
|
| webstore_data_url_fetcher_->SetRequestContext(
|
|
|