| Index: content/browser/storage_partition_impl_map.cc
|
| ===================================================================
|
| --- content/browser/storage_partition_impl_map.cc (revision 179094)
|
| +++ content/browser/storage_partition_impl_map.cc (working copy)
|
| @@ -191,7 +191,7 @@
|
|
|
| set_protocol = job_factory->SetProtocolHandler(
|
| chrome::kChromeUIScheme,
|
| - ChromeURLDataManagerBackend::CreateProtocolHandler(
|
| + URLDataManagerBackend::CreateProtocolHandler(
|
| GetURLDataManagerForResourceContext(resource_context),
|
| off_the_record));
|
| DCHECK(set_protocol);
|
|
|