| Index: chrome/browser/profiles/profile_impl_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_impl_io_data.h b/chrome/browser/profiles/profile_impl_io_data.h
|
| index e7ef8f2d1af2a075b6aed2b06563f86cd2638a84..7b009ace392477c23b500e0e81a43f72b454f896 100644
|
| --- a/chrome/browser/profiles/profile_impl_io_data.h
|
| +++ b/chrome/browser/profiles/profile_impl_io_data.h
|
| @@ -143,7 +143,8 @@ class ProfileImplIOData : public ProfileIOData {
|
| IOThread::Globals* io_thread_globals) const OVERRIDE;
|
|
|
| void CreateFtpProtocolHandler(net::URLRequestJobFactory* job_factory,
|
| - net::FtpAuthCache* ftp_auth_cache) const;
|
| + net::FtpAuthCache* ftp_auth_cache,
|
| + net::NetworkDelegate* network_delegate) const;
|
|
|
| // Clears the networking history since |time|.
|
| void ClearNetworkingHistorySinceOnIOThread(base::Time time);
|
|
|