Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(673)

Unified Diff: net/tools/quic/quic_epoll_alarm_factory_test.cc

Issue 2848203002: Add a platform implementation of QuicTest and QuicTestWithParam (Closed)
Patch Set: net/quic/platform/impl/quic_test_impl.cc Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/tools/quic/quic_dispatcher_test.cc ('k') | net/tools/quic/quic_epoll_connection_helper_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_) {}
« no previous file with comments | « net/tools/quic/quic_dispatcher_test.cc ('k') | net/tools/quic/quic_epoll_connection_helper_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698