| 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 a3a55b151623f7a8d2de22f982995963c8490832..d8689a2cd3ce51480a89e308e6739ca5f68bd6ce 100644
 | 
| --- a/chrome/browser/profiles/profile_io_data.h
 | 
| +++ b/chrome/browser/profiles/profile_io_data.h
 | 
| @@ -62,7 +62,6 @@ class CertificateReportSender;
 | 
|  class CertVerifier;
 | 
|  class ChannelIDService;
 | 
|  class CookieStore;
 | 
| -class FraudulentCertificateReporter;
 | 
|  class FtpTransactionFactory;
 | 
|  class HttpServerProperties;
 | 
|  class HttpTransactionFactory;
 | 
| @@ -357,10 +356,6 @@ class ProfileIOData {
 | 
|        scoped_ptr<data_reduction_proxy::DataReductionProxyIOData>
 | 
|            data_reduction_proxy_io_data) const;
 | 
|  
 | 
| -  net::FraudulentCertificateReporter* fraudulent_certificate_reporter() const {
 | 
| -    return fraudulent_certificate_reporter_.get();
 | 
| -  }
 | 
| -
 | 
|    net::ProxyService* proxy_service() const {
 | 
|      return proxy_service_.get();
 | 
|    }
 | 
| @@ -544,8 +539,6 @@ class ProfileIOData {
 | 
|    mutable scoped_ptr<data_reduction_proxy::DataReductionProxyIOData>
 | 
|        data_reduction_proxy_io_data_;
 | 
|  
 | 
| -  mutable scoped_ptr<net::FraudulentCertificateReporter>
 | 
| -      fraudulent_certificate_reporter_;
 | 
|    mutable scoped_ptr<net::ProxyService> proxy_service_;
 | 
|    mutable scoped_ptr<net::TransportSecurityState> transport_security_state_;
 | 
|    mutable scoped_ptr<net::HttpServerProperties>
 | 
| 
 |