| Index: chrome/browser/io_thread.cc
|
| diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc
|
| index eab893506955713eeb4a6cffd6c06e0a3afaaf12..51a742deda7c523d16aaf42dacfae10b2db68e3d 100644
|
| --- a/chrome/browser/io_thread.cc
|
| +++ b/chrome/browser/io_thread.cc
|
| @@ -649,7 +649,7 @@ void IOThread::InitAsync() {
|
| globals_->proxy_script_fetcher_ftp_transaction_factory.reset(
|
| new net::FtpNetworkLayer(globals_->host_resolver.get()));
|
| job_factory->SetProtocolHandler(
|
| - chrome::kFtpScheme,
|
| + content::kFtpScheme,
|
| new net::FtpProtocolHandler(
|
| globals_->proxy_script_fetcher_ftp_transaction_factory.get()));
|
| #endif
|
|
|