| 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 cdd3757d8d45cb9a04ce5c2f8d425ae5264f7985..078eef7b39784d9f7079d377bc1fdaaf1474813e 100644
|
| --- a/net/tools/quic/quic_epoll_connection_helper_test.cc
|
| +++ b/net/tools/quic/quic_epoll_connection_helper_test.cc
|
| @@ -14,18 +14,6 @@ namespace net {
|
| namespace test {
|
| namespace {
|
|
|
| -class TestDelegate : public QuicAlarm::Delegate {
|
| - public:
|
| - TestDelegate() : fired_(false) {}
|
| -
|
| - void OnAlarm() override { fired_ = true; }
|
| -
|
| - bool fired() const { return fired_; }
|
| -
|
| - private:
|
| - bool fired_;
|
| -};
|
| -
|
| class QuicEpollConnectionHelperTest : public ::testing::Test {
|
| protected:
|
| QuicEpollConnectionHelperTest()
|
|
|