| Index: net/base/listen_socket.h
|
| diff --git a/net/base/listen_socket.h b/net/base/listen_socket.h
|
| index 7ce8887677dbdbe62c98cc46251b296bf9b0c94d..e730b82212d5a76ea4c34a5b1e681e68f5c64590 100644
|
| --- a/net/base/listen_socket.h
|
| +++ b/net/base/listen_socket.h
|
| @@ -114,8 +114,8 @@ class ListenSocket : public base::RefCountedThreadSafe<ListenSocket>,
|
| // The socket's libevent wrapper
|
| MessageLoopForIO::FileDescriptorWatcher watcher_;
|
| // Called by MessagePumpLibevent when the socket is ready to do I/O
|
| - void OnFileCanReadWithoutBlocking(int fd);
|
| - void OnFileCanWriteWithoutBlocking(int fd);
|
| + virtual void OnFileCanReadWithoutBlocking(int fd);
|
| + virtual void OnFileCanWriteWithoutBlocking(int fd);
|
| #endif
|
|
|
| SOCKET socket_;
|
|
|