| Index: content/browser/storage_partition_impl_map.cc
|
| diff --git a/content/browser/storage_partition_impl_map.cc b/content/browser/storage_partition_impl_map.cc
|
| index c43ba09c81b49cf96e2097b4c7135ff6d281b615..12f2059ac242a5319e1c67df2438f5e9f840f817 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -74,7 +74,7 @@ class BlobProtocolHandler : public net::URLRequestJobFactory::ProtocolHandler {
|
| // on the IO thread.
|
| blob_protocol_handler_.reset(new storage::BlobProtocolHandler(
|
| blob_storage_context_->context(),
|
| - file_system_context_,
|
| + file_system_context_.get(),
|
| BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE)
|
| .get()));
|
| }
|
|
|