Index: net/tools/quic/quic_epoll_alarm_factory_test.cc |
diff --git a/net/tools/quic/quic_epoll_alarm_factory_test.cc b/net/tools/quic/quic_epoll_alarm_factory_test.cc |
index 7ff26f36c2b9f70bb91718e9f40c500b471ede07..1ee2b843d283c6489daf9fb63885a714525495e8 100644 |
--- a/net/tools/quic/quic_epoll_alarm_factory_test.cc |
+++ b/net/tools/quic/quic_epoll_alarm_factory_test.cc |
@@ -4,9 +4,9 @@ |
#include "net/tools/quic/quic_epoll_alarm_factory.h" |
+#include "net/quic/platform/api/quic_test.h" |
#include "net/tools/quic/platform/impl/quic_epoll_clock.h" |
#include "net/tools/quic/test_tools/mock_epoll_server.h" |
-#include "testing/gtest/include/gtest/gtest.h" |
namespace net { |
namespace test { |
@@ -25,7 +25,7 @@ class TestDelegate : public QuicAlarm::Delegate { |
}; |
// The boolean parameter denotes whether or not to use an arena. |
-class QuicEpollAlarmFactoryTest : public ::testing::TestWithParam<bool> { |
+class QuicEpollAlarmFactoryTest : public QuicTestWithParam<bool> { |
protected: |
QuicEpollAlarmFactoryTest() |
: clock_(&epoll_server_), alarm_factory_(&epoll_server_) {} |