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 85934f117b322d73cbb3c4fced779790c876e46c..333b8b8893052943811fbb5c9b28b4738aefa9da 100644 |
--- a/content/browser/storage_partition_impl_map.cc |
+++ b/content/browser/storage_partition_impl_map.cc |
@@ -381,7 +381,7 @@ StoragePartitionImpl* StoragePartitionImplMap::Get( |
new BlobProtocolHandler(blob_storage_context, |
stream_context, |
partition->GetFileSystemContext())); |
- protocol_handlers[chrome::kFileSystemScheme] = |
+ protocol_handlers[kFileSystemScheme] = |
linked_ptr<net::URLRequestJobFactory::ProtocolHandler>( |
CreateFileSystemProtocolHandler(partition->GetFileSystemContext())); |
protocol_handlers[chrome::kChromeUIScheme] = |