Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 75fa0e851807f6c982f26913a637005eeea4f2c2..e250176d69208587c91f91ff4c5732e4c027e43b 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -87,7 +87,6 @@ class RTTAndThroughputEstimatesObserver; |
class SSLConfigService; |
class URLRequestContext; |
class URLRequestContextGetter; |
-class URLRequestContextStorage; |
namespace ct { |
class STHObserver; |
@@ -141,8 +140,6 @@ class IOThread : public content::BrowserThreadDelegate { |
#endif // defined(OS_ANDROID) |
std::vector<scoped_refptr<const net::CTLogVerifier>> ct_logs; |
std::unique_ptr<net::HttpAuthPreferences> http_auth_preferences; |
- std::unique_ptr<net::URLRequestContextStorage> |
- system_request_context_storage; |
std::unique_ptr<net::URLRequestContext> system_request_context; |
SystemRequestContextLeakChecker system_request_context_leak_checker; |
#if BUILDFLAG(ENABLE_EXTENSIONS) |