| Index: extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.h
|
| diff --git a/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.h b/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.h
|
| index e42ecb4c5df48597ab8324534471c5ff90588f09..df6c1366287098be4f5721468a4e4259d1803970 100644
|
| --- a/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.h
|
| +++ b/extensions/browser/api/sockets_udp/udp_socket_event_dispatcher.h
|
| @@ -27,7 +27,7 @@ class UDPSocketEventDispatcher
|
| public base::SupportsWeakPtr<UDPSocketEventDispatcher> {
|
| public:
|
| explicit UDPSocketEventDispatcher(content::BrowserContext* context);
|
| - virtual ~UDPSocketEventDispatcher();
|
| + ~UDPSocketEventDispatcher() override;
|
|
|
| // Socket is active, start receving from it.
|
| void OnSocketBind(const std::string& extension_id, int socket_id);
|
|
|