Index: device/bluetooth/bluetooth_socket_thread.cc |
diff --git a/device/bluetooth/bluetooth_socket_thread.cc b/device/bluetooth/bluetooth_socket_thread.cc |
index 6aa1013f7325c71f95354156dd4964d9d3b1d044..5e0c153b8dde8cf83879300bb7127a0987aab4a4 100644 |
--- a/device/bluetooth/bluetooth_socket_thread.cc |
+++ b/device/bluetooth/bluetooth_socket_thread.cc |
@@ -63,7 +63,7 @@ void BluetoothSocketThread::EnsureStarted() { |
thread_options.message_loop_type = base::MessageLoop::TYPE_IO; |
thread_.reset(new base::Thread("BluetoothSocketThread")); |
thread_->StartWithOptions(thread_options); |
- task_runner_ = thread_->message_loop_proxy(); |
+ task_runner_ = thread_->task_runner(); |
} |
scoped_refptr<base::SequencedTaskRunner> BluetoothSocketThread::task_runner() |