| Index: chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
|
| diff --git a/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc b/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
|
| index d4cd8d372bda338d495a8bf8f5767e6ad4fb8c22..88be7246d0733e8bac03344ca12a779b8e7b78d7 100644
|
| --- a/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
|
| +++ b/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
|
| @@ -626,9 +626,11 @@ class TestProtocolHandler : public net::URLRequestJobFactory::ProtocolHandler {
|
| virtual ~TestProtocolHandler() {}
|
|
|
| virtual net::URLRequestJob* MaybeCreateJob(
|
| - net::URLRequest* request) const OVERRIDE {
|
| + net::URLRequest* request,
|
| + net::NetworkDelegate* network_delegate) const OVERRIDE {
|
| return new webkit_blob::BlobURLRequestJob(
|
| request,
|
| + network_delegate,
|
| blob_storage_controller_->GetBlobDataFromUrl(request->url()),
|
| base::MessageLoopProxy::current());
|
| }
|
|
|