| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index ef91f6a980b91fd383a248879d98f70c9a4de6db..948e0169fdd67ae18a4b280f9f2a2188528bda3c 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -24,6 +24,7 @@
|
| #include "net/url_request/url_request_job_factory.h"
|
|
|
| class ChromeHttpUserAgentSettings;
|
| +class ChromeNetworkDelegate;
|
| class CookieSettings;
|
| class DesktopNotificationService;
|
| class ExtensionInfoMap;
|
| @@ -269,7 +270,7 @@ class ProfileIOData {
|
| void set_server_bound_cert_service(
|
| net::ServerBoundCertService* server_bound_cert_service) const;
|
|
|
| - net::NetworkDelegate* network_delegate() const {
|
| + ChromeNetworkDelegate* network_delegate() const {
|
| return network_delegate_.get();
|
| }
|
|
|
| @@ -433,7 +434,7 @@ class ProfileIOData {
|
| mutable scoped_ptr<ChromeURLDataManagerBackend>
|
| chrome_url_data_manager_backend_;
|
| mutable scoped_ptr<net::ServerBoundCertService> server_bound_cert_service_;
|
| - mutable scoped_ptr<net::NetworkDelegate> network_delegate_;
|
| + mutable scoped_ptr<ChromeNetworkDelegate> network_delegate_;
|
| mutable scoped_ptr<net::FraudulentCertificateReporter>
|
| fraudulent_certificate_reporter_;
|
| mutable scoped_ptr<net::ProxyService> proxy_service_;
|
|
|