| 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 b161d07192ed7d4620e1e2f4bd1eddc8682cfda4..e5e426a4075a4b50b05d156f20b173aa12780e3e 100644
|
| --- a/chrome/browser/extensions/api/socket/udp_socket.h
|
| +++ b/chrome/browser/extensions/api/socket/udp_socket.h
|
| @@ -33,6 +33,7 @@ class UDPSocket : public Socket {
|
| const std::string& address,
|
| int port,
|
| const CompletionCallback& callback) OVERRIDE;
|
| + virtual Socket::SocketType socket_type() const OVERRIDE;
|
|
|
| protected:
|
| virtual int WriteImpl(net::IOBuffer* io_buffer,
|
|
|