summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/dbus/bluetooth_dbus_client_bundle.cc
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/dbus/bluetooth_dbus_client_bundle.cc')
-rw-r--r--device/bluetooth/dbus/bluetooth_dbus_client_bundle.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/device/bluetooth/dbus/bluetooth_dbus_client_bundle.cc b/device/bluetooth/dbus/bluetooth_dbus_client_bundle.cc
index 1d53d8a..5e2fffd 100644
--- a/device/bluetooth/dbus/bluetooth_dbus_client_bundle.cc
+++ b/device/bluetooth/dbus/bluetooth_dbus_client_bundle.cc
@@ -36,9 +36,9 @@
namespace bluez {
-BluetoothDBusClientBundle::BluetoothDBusClientBundle(bool use_stubs)
- : use_stubs_(use_stubs) {
- if (!use_stubs) {
+BluetoothDBusClientBundle::BluetoothDBusClientBundle(bool use_fakes)
+ : use_fakes_(use_fakes) {
+ if (!use_fakes_) {
bluetooth_adapter_client_.reset(BluetoothAdapterClient::Create());
bluetooth_le_advertising_manager_client_.reset(
BluetoothLEAdvertisingManagerClient::Create());