Index: device/bluetooth/bluetooth_adapter_chromeos.h |
diff --git a/device/bluetooth/bluetooth_adapter_chromeos.h b/device/bluetooth/bluetooth_adapter_chromeos.h |
index 12a88f9bbff9a13e1f526f28013b77773e23e2a0..0bddaf23c244c8db25ec84f5d9f0bc4c1e5488d7 100644 |
--- a/device/bluetooth/bluetooth_adapter_chromeos.h |
+++ b/device/bluetooth/bluetooth_adapter_chromeos.h |
@@ -138,8 +138,8 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapterChromeOS |
const ProfileRegisteredCallback& success_callback, |
const ErrorCompletionCallback& error_callback); |
- // Releases the profile associated with |uuid| |
- void ReleaseProfile(const device::BluetoothUUID& uuid); |
+ // Removes references to the profile associated with |uuid| |
+ void RemoveProfile(const device::BluetoothUUID& uuid); |
protected: |
// BluetoothAdapter: |