| 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 fef284fe1fe469ad5c4bb2944e3082bfafe88531..16a11e49d506eb998c258f1a8ea79bb01ad6b3d8 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(),
|
|
|