Index: extensions/browser/api/socket/socket.h |
diff --git a/extensions/browser/api/socket/socket.h b/extensions/browser/api/socket/socket.h |
index 255ee181c4b19fc643fcc3e0e42590439532e5fb..dce5216f4cbe4e3c5ac664000f163ec0ddfdca38 100644 |
--- a/extensions/browser/api/socket/socket.h |
+++ b/extensions/browser/api/socket/socket.h |
@@ -41,7 +41,7 @@ class Socket : public ApiResource { |
public: |
enum SocketType { TYPE_TCP, TYPE_UDP, TYPE_TLS }; |
- virtual ~Socket(); |
+ ~Socket() override; |
// The hostname of the remote host that this socket is connected to. This |
// may be the empty string if the client does not intend to ever upgrade the |