| Index: net/proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc
|
| diff --git a/net/proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc b/net/proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc
|
| index 6f4a508047be3913189f097ba712dbd62f361437..dee94a4c55619213b4ed670e234b24a516f8277a 100644
|
| --- a/net/proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc
|
| +++ b/net/proxy/dhcp_proxy_script_adapter_fetcher_win_unittest.cc
|
| @@ -144,12 +144,13 @@ class FetcherClient {
|
| FetcherClient()
|
| : url_request_context_(new TestURLRequestContext()),
|
| worker_pool_(
|
| - new base::SequencedWorkerPool(4, "DhcpAdapterFetcherTest")),
|
| + new base::SequencedWorkerPool(4,
|
| + "DhcpAdapterFetcherTest",
|
| + base::TaskPriority::USER_VISIBLE)),
|
| fetcher_(new MockDhcpProxyScriptAdapterFetcher(
|
| url_request_context_.get(),
|
| worker_pool_->GetTaskRunnerWithShutdownBehavior(
|
| - base::SequencedWorkerPool::CONTINUE_ON_SHUTDOWN))) {
|
| - }
|
| + base::SequencedWorkerPool::CONTINUE_ON_SHUTDOWN))) {}
|
|
|
| ~FetcherClient() {
|
| worker_pool_->Shutdown();
|
|
|