diff options
Diffstat (limited to 'content/browser/storage_partition_impl_map.cc')
-rw-r--r-- | content/browser/storage_partition_impl_map.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/storage_partition_impl_map.cc b/content/browser/storage_partition_impl_map.cc index fef284f..16a11e4 100644 --- a/content/browser/storage_partition_impl_map.cc +++ b/content/browser/storage_partition_impl_map.cc @@ -384,7 +384,7 @@ StoragePartitionImpl* StoragePartitionImplMap::Get( protocol_handlers[kFileSystemScheme] = linked_ptr<net::URLRequestJobFactory::ProtocolHandler>( CreateFileSystemProtocolHandler(partition->GetFileSystemContext())); - protocol_handlers[chrome::kChromeUIScheme] = + protocol_handlers[kChromeUIScheme] = linked_ptr<net::URLRequestJobFactory::ProtocolHandler>( URLDataManagerBackend::CreateProtocolHandler( browser_context_->GetResourceContext(), |