| Index: chrome/browser/extensions/webstore_install_helper.cc
|
| diff --git a/chrome/browser/extensions/webstore_install_helper.cc b/chrome/browser/extensions/webstore_install_helper.cc
|
| index af5ec8855ef79d0b1c0eddd18c993f1caf5cc756..a8784ef5ca118afc9337cc008659cbb98b4414fe 100644
|
| --- a/chrome/browser/extensions/webstore_install_helper.cc
|
| +++ b/chrome/browser/extensions/webstore_install_helper.cc
|
| @@ -84,7 +84,7 @@ void WebstoreInstallHelper::StartWorkOnIOThread() {
|
| }
|
|
|
| void WebstoreInstallHelper::OnURLFetchComplete(
|
| - const content::URLFetcher* source) {
|
| + const net::URLFetcher* source) {
|
| CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
|
| CHECK(source == url_fetcher_.get());
|
| if (source->GetStatus().status() != net::URLRequestStatus::SUCCESS ||
|
|
|