| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index 3e99c536ea41196af2501e0b89c24e784e92e466..66230089445ff775549a413c3d740153d1ce35dd 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -644,7 +644,7 @@ void IOThread::InitAsync() {
|
| job_factory->SetProtocolHandler(chrome::kDataScheme,
|
| new net::DataProtocolHandler());
|
| job_factory->SetProtocolHandler(
|
| - chrome::kFileScheme,
|
| + content::kFileScheme,
|
| new net::FileProtocolHandler(
|
| content::BrowserThread::GetBlockingPool()->
|
| GetTaskRunnerWithShutdownBehavior(
|
|
|