Index: chrome/browser/profiles/profile_io_data.cc |
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc |
index 7bb27157d14da3bc1f3126d1b1e2eb1ed9c7751d..849bce56f15672f13e5b66b9375a659a445effa8 100644 |
--- a/chrome/browser/profiles/profile_io_data.cc |
+++ b/chrome/browser/profiles/profile_io_data.cc |
@@ -502,7 +502,7 @@ bool ProfileIOData::IsHandledProtocol(const std::string& scheme) { |
#endif // defined(OS_CHROMEOS) |
chrome::kAboutScheme, |
#if !defined(DISABLE_FTP_SUPPORT) |
- chrome::kFtpScheme, |
+ content::kFtpScheme, |
#endif // !defined(DISABLE_FTP_SUPPORT) |
chrome::kBlobScheme, |
chrome::kFileSystemScheme, |
@@ -882,7 +882,7 @@ scoped_ptr<net::URLRequestJobFactory> ProfileIOData::SetUpJobFactoryDefaults( |
#if !defined(DISABLE_FTP_SUPPORT) |
DCHECK(ftp_transaction_factory); |
job_factory->SetProtocolHandler( |
- chrome::kFtpScheme, |
+ content::kFtpScheme, |
new net::FtpProtocolHandler(ftp_transaction_factory)); |
#endif // !defined(DISABLE_FTP_SUPPORT) |