Index: chromeos/dbus/bluetooth_gatt_service_service_provider.cc |
diff --git a/chromeos/dbus/bluetooth_gatt_service_service_provider.cc b/chromeos/dbus/bluetooth_gatt_service_service_provider.cc |
index 88fd581a67aedda6ce5479b687807b36c3422d84..59298d7c4961cd05419a10376eedf3d0c220e7ba 100644 |
--- a/chromeos/dbus/bluetooth_gatt_service_service_provider.cc |
+++ b/chromeos/dbus/bluetooth_gatt_service_service_provider.cc |
@@ -269,7 +269,7 @@ BluetoothGattServiceServiceProvider::Create( |
const dbus::ObjectPath& object_path, |
const std::string& uuid, |
const std::vector<dbus::ObjectPath>& includes) { |
- if (!DBusThreadManager::IsUsingStub(DBusClientBundle::BLUETOOTH)) { |
+ if (!DBusThreadManager::Get()->IsUsingStub(DBusClientBundle::BLUETOOTH)) { |
return new BluetoothGattServiceServiceProviderImpl( |
bus, object_path, uuid, includes); |
} |