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