Index: chrome/browser/extensions/api/socket/udp_socket.h |
diff --git a/chrome/browser/extensions/api/socket/udp_socket.h b/chrome/browser/extensions/api/socket/udp_socket.h |
index 8a69640a39f5eeab11fd9968080242e6a23093cd..9a305fc33f0c218f76e8dc430c5f41e928063985 100644 |
--- a/chrome/browser/extensions/api/socket/udp_socket.h |
+++ b/chrome/browser/extensions/api/socket/udp_socket.h |
@@ -33,9 +33,9 @@ class UDPSocket : public Socket { |
const std::string& address, |
int port, |
const CompletionCallback& callback) OVERRIDE; |
- virtual bool IsTCPSocket() OVERRIDE; |
virtual bool GetPeerAddress(net::IPEndPoint* address) OVERRIDE; |
virtual bool GetLocalAddress(net::IPEndPoint* address) OVERRIDE; |
+ virtual Socket::SocketType GetSocketType() const OVERRIDE; |
protected: |
virtual int WriteImpl(net::IOBuffer* io_buffer, |