diff options
Diffstat (limited to 'device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.cc')
| -rw-r--r-- | device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.cc b/device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.cc index 5a0d17f..7a9ce59 100644 --- a/device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.cc +++ b/device/bluetooth/dbus/bluetooth_media_endpoint_service_provider.cc @@ -306,7 +306,7 @@ BluetoothMediaEndpointServiceProvider::Create( const dbus::ObjectPath& object_path, Delegate* delegate) { // Returns a real implementation. - if (!bluez::BluezDBusManager::Get()->IsUsingStub()) { + if (!bluez::BluezDBusManager::Get()->IsUsingFakes()) { return new BluetoothMediaEndpointServiceProviderImpl(bus, object_path, delegate); } |
