Index: extensions/browser/api/cast_channel/cast_socket.h |
diff --git a/extensions/browser/api/cast_channel/cast_socket.h b/extensions/browser/api/cast_channel/cast_socket.h |
index a5ea48910ff3666f282e753808d7c052fa57287f..d53f624a0effde5b9334770c1e3b2c5d89ec0660 100644 |
--- a/extensions/browser/api/cast_channel/cast_socket.h |
+++ b/extensions/browser/api/cast_channel/cast_socket.h |
@@ -80,7 +80,7 @@ class CastSocket : public ApiResource { |
const scoped_refptr<Logger>& logger); |
// Ensures that the socket is closed. |
- virtual ~CastSocket(); |
+ ~CastSocket() override; |
// The IP endpoint for the destination of the channel. |
const net::IPEndPoint& ip_endpoint() const { return ip_endpoint_; } |