| 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 7fe79344be5a71f7a785ffaaebcac11a9f25a8ec..d4104b89d64156cd6c870bdea9b6df1ef7cbbd0d 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -377,12 +377,12 @@ StoragePartitionImpl* StoragePartitionImplMap::Get(
|
| ChromeBlobStorageContext::GetFor(browser_context_);
|
| StreamContext* stream_context = StreamContext::GetFor(browser_context_);
|
| ProtocolHandlerMap protocol_handlers;
|
| - protocol_handlers[kBlobScheme] =
|
| + protocol_handlers[url::kBlobScheme] =
|
| linked_ptr<net::URLRequestJobFactory::ProtocolHandler>(
|
| new BlobProtocolHandler(blob_storage_context,
|
| stream_context,
|
| partition->GetFileSystemContext()));
|
| - protocol_handlers[kFileSystemScheme] =
|
| + protocol_handlers[url::kFileSystemScheme] =
|
| linked_ptr<net::URLRequestJobFactory::ProtocolHandler>(
|
| CreateFileSystemProtocolHandler(partition_domain,
|
| partition->GetFileSystemContext()));
|
|
|