| Index: net/tools/quic/quic_epoll_connection_helper_test.cc
|
| diff --git a/net/tools/quic/quic_epoll_connection_helper_test.cc b/net/tools/quic/quic_epoll_connection_helper_test.cc
|
| index e4c49bae10e587781692f4f2b70b24fbe845bbb6..daaa59e0c3ec716846cbac6830108ffe9a3d8941 100644
|
| --- a/net/tools/quic/quic_epoll_connection_helper_test.cc
|
| +++ b/net/tools/quic/quic_epoll_connection_helper_test.cc
|
| @@ -33,12 +33,12 @@ const bool kHasData = true;
|
|
|
| class TestConnectionHelper : public QuicEpollConnectionHelper {
|
| public:
|
| - TestConnectionHelper(int fd, EpollServer* eps)
|
| - : QuicEpollConnectionHelper(fd, eps) {
|
| - }
|
| + TestConnectionHelper(int fd, EpollServer* eps)
|
| + : QuicEpollConnectionHelper(fd, eps) {
|
| + }
|
|
|
| virtual int WritePacketToWire(const QuicEncryptedPacket& packet,
|
| - int* error) {
|
| + int* error) OVERRIDE {
|
| QuicFramer framer(kQuicVersion1,
|
| QuicDecrypter::Create(kNULL),
|
| QuicEncrypter::Create(kNULL),
|
|
|