| Index: net/http/http_network_transaction_ssl_unittest.cc
|
| diff --git a/net/http/http_network_transaction_ssl_unittest.cc b/net/http/http_network_transaction_ssl_unittest.cc
|
| index f3e027db8d5678630ca54b3d28c0747e6fb1093d..b412bbe952d4063ff1e56764e27474fb31ec5c55 100644
|
| --- a/net/http/http_network_transaction_ssl_unittest.cc
|
| +++ b/net/http/http_network_transaction_ssl_unittest.cc
|
| @@ -9,9 +9,7 @@
|
| #include "base/deferred_sequenced_task_runner.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/message_loop/message_loop.h"
|
| #include "base/run_loop.h"
|
| -#include "base/test/scoped_task_scheduler.h"
|
| #include "base/threading/thread.h"
|
| #include "net/base/request_priority.h"
|
| #include "net/cert/ct_policy_enforcer.h"
|
| @@ -57,8 +55,7 @@ class TokenBindingSSLConfigService : public SSLConfigService {
|
|
|
| class HttpNetworkTransactionSSLTest : public testing::Test {
|
| protected:
|
| - HttpNetworkTransactionSSLTest()
|
| - : scoped_task_scheduler_(base::MessageLoop::current()) {}
|
| + HttpNetworkTransactionSSLTest() = default;
|
|
|
| void SetUp() override {
|
| ssl_config_service_ = new TokenBindingSSLConfigService;
|
| @@ -87,8 +84,6 @@ class HttpNetworkTransactionSSLTest : public testing::Test {
|
| return request_info;
|
| }
|
|
|
| - base::test::ScopedTaskScheduler scoped_task_scheduler_;
|
| -
|
| scoped_refptr<SSLConfigService> ssl_config_service_;
|
| std::unique_ptr<HttpAuthHandlerMock::Factory> auth_handler_factory_;
|
| std::unique_ptr<ProxyService> proxy_service_;
|
|
|