| 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 9db5cb952d68faa217b63411ae238f096fe8239a..8eacf45f9b1838f853c22c08869184bdb599fd38 100644
|
| --- a/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
|
| +++ b/chrome/browser/extensions/api/downloads/downloads_api_unittest.cc
|
| @@ -701,7 +701,7 @@ class TestProtocolHandler : public net::URLRequestJobFactory::ProtocolHandler {
|
| network_delegate,
|
| blob_storage_controller_->GetBlobDataFromUrl(request->url()),
|
| file_system_context_,
|
| - base::MessageLoopProxy::current());
|
| + base::MessageLoopProxy::current().get());
|
| }
|
|
|
| private:
|
|
|