| 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 fcdf2a9fffae5083c0915c1782ead31a482d96a1..d8a6e561fa06127c08862ade315f9cffe804a68f 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -44,7 +44,6 @@ class ResourcePrefetchPredictorObserver;
|
| }
|
|
|
| namespace net {
|
| -class CertVerifier;
|
| class CookieStore;
|
| class FraudulentCertificateReporter;
|
| class FtpTransactionFactory;
|
| @@ -274,10 +273,6 @@ class ProfileIOData {
|
| scoped_refptr<const ManagedModeURLFilter> managed_mode_url_filter;
|
| #endif
|
|
|
| -#if defined(OS_CHROMEOS)
|
| - scoped_ptr<policy::PolicyCertVerifier> cert_verifier;
|
| -#endif
|
| -
|
| // The profile this struct was populated from. It's passed as a void* to
|
| // ensure it's not accidently used on the IO thread. Before using it on the
|
| // UI thread, call ProfileManager::IsValidProfile to ensure it's alive.
|
| @@ -498,7 +493,7 @@ class ProfileIOData {
|
| mutable scoped_ptr<net::HttpServerProperties>
|
| http_server_properties_;
|
| #if defined(OS_CHROMEOS)
|
| - mutable scoped_ptr<net::CertVerifier> cert_verifier_;
|
| + mutable scoped_ptr<policy::PolicyCertVerifier> cert_verifier_;
|
| #endif
|
|
|
| #if defined(ENABLE_NOTIFICATIONS)
|
|
|