Index: device/bluetooth/bluetooth_discovery_manager_mac.h |
diff --git a/device/bluetooth/bluetooth_discovery_manager_mac.h b/device/bluetooth/bluetooth_discovery_manager_mac.h |
index 534646aec36b31b3aeb9eb6e77803642be78ce75..37a4cc7b25c16f0fddc06147d8b644812a7caeba 100644 |
--- a/device/bluetooth/bluetooth_discovery_manager_mac.h |
+++ b/device/bluetooth/bluetooth_discovery_manager_mac.h |
@@ -19,6 +19,8 @@ class BluetoothDiscoveryManagerMac { |
// Interface for being notified of events during a device discovery session. |
class Observer { |
public: |
+ virtual ~Observer() {} |
Avi (use Gerrit)
2015/01/31 02:22:38
nit: put this in a protected section
dvh
2015/02/05 22:26:08
Done.
|
+ |
// Called when |this| manager has found a device through classic device |
// inquiry in the form of an IOBluetoothDevice. |
virtual void DeviceFound(IOBluetoothDevice* device) = 0; |