| Index: chromeos/dbus/fake_bluetooth_profile_service_provider.h
|
| diff --git a/chromeos/dbus/fake_bluetooth_profile_service_provider.h b/chromeos/dbus/fake_bluetooth_profile_service_provider.h
|
| index 5af7382e5ffc47e2d45e0a04b53d869ad4d74615..ea7bc6f70efb2fddb17457673e16fcde23a20f1f 100644
|
| --- a/chromeos/dbus/fake_bluetooth_profile_service_provider.h
|
| +++ b/chromeos/dbus/fake_bluetooth_profile_service_provider.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "base/bind.h"
|
| #include "base/callback.h"
|
| +#include "base/memory/scoped_ptr.h"
|
| #include "chromeos/chromeos_export.h"
|
| #include "chromeos/dbus/dbus_client_implementation_type.h"
|
| #include "chromeos/dbus/experimental_bluetooth_profile_service_provider.h"
|
| @@ -31,7 +32,7 @@ class CHROMEOS_EXPORT FakeBluetoothProfileServiceProvider
|
| virtual void Release();
|
| virtual void NewConnection(
|
| const dbus::ObjectPath& device_path,
|
| - dbus::FileDescriptor* fd,
|
| + scoped_ptr<dbus::FileDescriptor> fd,
|
| const Delegate::Options& options,
|
| const Delegate::ConfirmationCallback& callback);
|
| virtual void RequestDisconnection(
|
|
|