Index: device/bluetooth/bluetooth_adapter_unittest.cc |
diff --git a/device/bluetooth/bluetooth_adapter_unittest.cc b/device/bluetooth/bluetooth_adapter_unittest.cc |
index 264cc4c2e2147ebdb48cdd62d5688a126836db80..02c503aaed0d4c2c078c0917c4515ad93f9856a5 100644 |
--- a/device/bluetooth/bluetooth_adapter_unittest.cc |
+++ b/device/bluetooth/bluetooth_adapter_unittest.cc |
@@ -106,6 +106,9 @@ class TestBluetoothAdapter : public BluetoothAdapter { |
const base::TimeDelta& max, |
const base::Closure& callback, |
const AdvertisementErrorCallback& error_callback) override {} |
+ void ResetAdvertising( |
+ const base::Closure& callback, |
+ const AdvertisementErrorCallback& error_callback) override {} |
#endif |
BluetoothLocalGattService* GetGattService( |