| Index: content/utility/webthread_impl_for_utility_thread.cc
|
| diff --git a/content/utility/webthread_impl_for_utility_thread.cc b/content/utility/webthread_impl_for_utility_thread.cc
|
| index f72456d77126ae567099634c2efcea59034a079d..12c4caa66073e795e01df414bb7d646a505823d0 100644
|
| --- a/content/utility/webthread_impl_for_utility_thread.cc
|
| +++ b/content/utility/webthread_impl_for_utility_thread.cc
|
| @@ -4,12 +4,10 @@
|
|
|
| #include "content/utility/webthread_impl_for_utility_thread.h"
|
|
|
| -#include "base/thread_task_runner_handle.h"
|
| -
|
| namespace content {
|
|
|
| WebThreadImplForUtilityThread::WebThreadImplForUtilityThread()
|
| - : task_runner_(base::ThreadTaskRunnerHandle::Get()),
|
| + : task_runner_(base::MessageLoopProxy::current()),
|
| thread_id_(base::PlatformThread::CurrentId()) {
|
| }
|
|
|
|
|