summaryrefslogtreecommitdiffstats
path: root/device/bluetooth/dbus/bluetooth_dbus_client_bundle.h
diff options
context:
space:
mode:
Diffstat (limited to 'device/bluetooth/dbus/bluetooth_dbus_client_bundle.h')
-rw-r--r--device/bluetooth/dbus/bluetooth_dbus_client_bundle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/device/bluetooth/dbus/bluetooth_dbus_client_bundle.h b/device/bluetooth/dbus/bluetooth_dbus_client_bundle.h
index 3beef61..2cd102e 100644
--- a/device/bluetooth/dbus/bluetooth_dbus_client_bundle.h
+++ b/device/bluetooth/dbus/bluetooth_dbus_client_bundle.h
@@ -31,11 +31,11 @@ class BluetoothProfileManagerClient;
// system bus. See also the comment in the destructor of DBusThreadManager.
class DEVICE_BLUETOOTH_EXPORT BluetoothDBusClientBundle {
public:
- explicit BluetoothDBusClientBundle(bool use_stubs);
+ explicit BluetoothDBusClientBundle(bool use_fakes);
~BluetoothDBusClientBundle();
// Returns true if |client| is stubbed.
- bool IsUsingStub() { return use_stubs_; }
+ bool IsUsingFakes() { return use_fakes_; }
BluetoothAdapterClient* bluetooth_adapter_client() {
return bluetooth_adapter_client_.get();
@@ -89,7 +89,7 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothDBusClientBundle {
private:
friend class BluezDBusManagerSetter;
- bool use_stubs_;
+ bool use_fakes_;
scoped_ptr<BluetoothAdapterClient> bluetooth_adapter_client_;
scoped_ptr<BluetoothLEAdvertisingManagerClient>