| Index: chromeos/dbus/debug_daemon_client.cc
|
| diff --git a/chromeos/dbus/debug_daemon_client.cc b/chromeos/dbus/debug_daemon_client.cc
|
| index c0f05ff24f698ed9d4416553bc098e4dc897e3df..5358c9419e3002796764837db46616d97212b2a6 100644
|
| --- a/chromeos/dbus/debug_daemon_client.cc
|
| +++ b/chromeos/dbus/debug_daemon_client.cc
|
| @@ -567,7 +567,7 @@ class DebugDaemonClientImpl : public DebugDaemonClient {
|
| scoped_ptr<dbus::FileDescriptor> file_descriptor(new dbus::FileDescriptor);
|
| file_descriptor->PutValue(pipe_write_end.TakePlatformFile());
|
| file_descriptor->CheckValidity();
|
| - return file_descriptor.Pass();
|
| + return file_descriptor;
|
| }
|
|
|
| // Called when a CheckValidity response is received.
|
|
|