| 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 16a11e49d506eb998c258f1a8ea79bb01ad6b3d8..b8f2fa448e8c2ba27deefd8437bfa8526b309621 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -406,7 +406,7 @@ StoragePartitionImpl* StoragePartitionImplMap::Get(
|
| partition->GetAppCacheService(),
|
| blob_storage_context));
|
| }
|
| - protocol_handlers[chrome::kChromeDevToolsScheme] =
|
| + protocol_handlers[kChromeDevToolsScheme] =
|
| linked_ptr<net::URLRequestJobFactory::ProtocolHandler>(
|
| CreateDevToolsProtocolHandler(browser_context_->GetResourceContext(),
|
| browser_context_->IsOffTheRecord()));
|
|
|