| Index: chrome/browser/extensions/extension_protocols.cc
|
| diff --git a/chrome/browser/extensions/extension_protocols.cc b/chrome/browser/extensions/extension_protocols.cc
|
| index 2baf3f13553f0e74265ce754288e5325d884d9b2..e95f18dcdf67a33091c757fdf3d248d6975a32fa 100644
|
| --- a/chrome/browser/extensions/extension_protocols.cc
|
| +++ b/chrome/browser/extensions/extension_protocols.cc
|
| @@ -152,7 +152,7 @@ static net::URLRequestJob* CreateExtensionURLRequestJob(
|
|
|
| // TODO(mpcomplete): better error code.
|
| if (!AllowExtensionResourceLoad(request, context, scheme))
|
| - return new URLRequestErrorJob(request, net::ERR_ADDRESS_UNREACHABLE);
|
| + return new net::URLRequestErrorJob(request, net::ERR_ADDRESS_UNREACHABLE);
|
|
|
| // chrome-extension://extension-id/resource/path.js
|
| const std::string& extension_id = request->url().host();
|
|
|