Index: extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h |
diff --git a/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h b/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h |
index 50c246a037a65b68a988f3bdc9d9be79b9440936..bc7b4bdab6b65de37151a11c0ea0d8ce4f5c33bb 100644 |
--- a/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h |
+++ b/extensions/browser/api/bluetooth_socket/bluetooth_socket_event_dispatcher.h |
@@ -33,7 +33,7 @@ class BluetoothSocketEventDispatcher |
public base::SupportsWeakPtr<BluetoothSocketEventDispatcher> { |
public: |
explicit BluetoothSocketEventDispatcher(content::BrowserContext* context); |
- virtual ~BluetoothSocketEventDispatcher(); |
+ ~BluetoothSocketEventDispatcher() override; |
// Socket is active, start receiving data from it. |
void OnSocketConnect(const std::string& extension_id, int socket_id); |