Bug 1216179: Fix broken interface of fall-back Bluetooth HFP manager, r=btian

This commit is contained in:
Thomas Zimmermann 2015-10-20 10:41:36 +02:00
parent 5859ff7f34
commit 3af39620cf

View File

@ -91,7 +91,7 @@ BluetoothHfpManager::OnGetServiceChannel(const nsAString& aDeviceAddress,
}
void
BluetoothHfpManager::OnUpdateSdpRecords(const nsAString& aDeviceAddress)
BluetoothHfpManager::OnUpdateSdpRecords(const BluetoothAddress& aDeviceAddress)
{
MOZ_ASSERT(false);
}