Index: chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc |
diff --git a/chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc b/chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc |
index c54610c6afd337905db0f963366ec5b86d632c95..19e9f425ff90d8aca7ad2778b35d666ca30820d9 100644 |
--- a/chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc |
+++ b/chromeos/dbus/bluetooth_gatt_characteristic_service_provider.cc |
@@ -464,7 +464,7 @@ BluetoothGattCharacteristicServiceProvider::Create( |
const std::vector<std::string>& flags, |
const std::vector<std::string>& permissions, |
const dbus::ObjectPath& service_path) { |
- if (!DBusThreadManager::IsUsingStub(DBusClientBundle::BLUETOOTH)) { |
+ if (!DBusThreadManager::Get()->IsUsingStub(DBusClientBundle::BLUETOOTH)) { |
return new BluetoothGattCharacteristicServiceProviderImpl( |
bus, object_path, delegate, uuid, flags, permissions, service_path); |
} |