| Index: net/dns/serial_worker.cc
|
| diff --git a/net/dns/serial_worker.cc b/net/dns/serial_worker.cc
|
| index 4da7df98ba2d878b4f694a5fca60c0a46d5d0313..484a5521fa5a5bac23dbeb9f017348ffc97b8271 100644
|
| --- a/net/dns/serial_worker.cc
|
| +++ b/net/dns/serial_worker.cc
|
| @@ -6,14 +6,13 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/location.h"
|
| -#include "base/message_loop/message_loop_proxy.h"
|
| +#include "base/thread_task_runner_handle.h"
|
| #include "base/threading/worker_pool.h"
|
|
|
| namespace net {
|
|
|
| SerialWorker::SerialWorker()
|
| - : message_loop_(base::MessageLoopProxy::current()),
|
| - state_(IDLE) {}
|
| + : message_loop_(base::ThreadTaskRunnerHandle::Get()), state_(IDLE) {}
|
|
|
| SerialWorker::~SerialWorker() {}
|
|
|
|
|