| 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..1e308f885d49bebfff79f432db902913ff84233b 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 socket_type() const OVERRIDE;
|
|
|
| protected:
|
| virtual int WriteImpl(net::IOBuffer* io_buffer,
|
|
|