| Index: chromeos/dbus/debug_daemon_client.cc
|
| diff --git a/chromeos/dbus/debug_daemon_client.cc b/chromeos/dbus/debug_daemon_client.cc
|
| index 4f60526e00bc96378faa46cb88c2b290ae4de193..ec6a6790524ba52bbeefbc655593ab736b01474c 100644
|
| --- a/chromeos/dbus/debug_daemon_client.cc
|
| +++ b/chromeos/dbus/debug_daemon_client.cc
|
| @@ -233,7 +233,7 @@ class DebugDaemonClientImpl : public DebugDaemonClient {
|
| // Create dbus::FileDescriptor on the worker thread; on return we'll
|
| // issue the D-Bus request to stop tracing and collect results.
|
| base::PostTaskAndReplyWithResult(
|
| - task_runner,
|
| + task_runner.get(),
|
| FROM_HERE,
|
| base::Bind(
|
| &DebugDaemonClientImpl::CreateFileDescriptorToStopSystemTracing,
|
|
|