| Index: chrome/browser/extensions/updater/extension_downloader.cc
|
| diff --git a/chrome/browser/extensions/updater/extension_downloader.cc b/chrome/browser/extensions/updater/extension_downloader.cc
|
| index 9f345f49cba3e043c528a77dbd7e9fd5d7f5f45c..2b3a3b473c0e82fde733b4a924c12bd6a5c4ce2c 100644
|
| --- a/chrome/browser/extensions/updater/extension_downloader.cc
|
| +++ b/chrome/browser/extensions/updater/extension_downloader.cc
|
| @@ -355,7 +355,7 @@ void ExtensionDownloader::StartUpdateCheck(ManifestFetchData* fetch_data) {
|
| }
|
|
|
| void ExtensionDownloader::OnURLFetchComplete(
|
| - const content::URLFetcher* source) {
|
| + const net::URLFetcher* source) {
|
| VLOG(2) << source->GetResponseCode() << " " << source->GetURL();
|
|
|
| if (source == manifest_fetcher_.get()) {
|
| @@ -576,7 +576,7 @@ void ExtensionDownloader::FetchUpdatedExtension(const std::string& id,
|
| }
|
|
|
| void ExtensionDownloader::OnCRXFetchComplete(
|
| - const content::URLFetcher* source,
|
| + const net::URLFetcher* source,
|
| const GURL& url,
|
| const net::URLRequestStatus& status,
|
| int response_code) {
|
|
|