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

Unified Diff: net/quic/core/congestion_control/windowed_filter_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
Index: net/quic/core/congestion_control/windowed_filter_test.cc
diff --git a/net/quic/core/congestion_control/windowed_filter_test.cc b/net/quic/core/congestion_control/windowed_filter_test.cc
index 38c0658a1bce22c9acbe434b027d22c6a2d4cf4d..0f27441cb534aa4d9bb03a8faa4c9f6ae156f5ee 100644
--- a/net/quic/core/congestion_control/windowed_filter_test.cc
+++ b/net/quic/core/congestion_control/windowed_filter_test.cc
@@ -7,12 +7,12 @@
#include "net/quic/core/congestion_control/rtt_stats.h"
#include "net/quic/core/quic_bandwidth.h"
#include "net/quic/core/quic_packets.h"
-#include "testing/gtest/include/gtest/gtest.h"
+#include "net/quic/platform/api/quic_test.h"
namespace net {
namespace test {
-class WindowedFilterTest : public ::testing::Test {
+class WindowedFilterTest : public QuicTest {
public:
// Set the window to 99ms, so 25ms is more than a quarter rtt.
WindowedFilterTest()

Powered by Google App Engine
This is Rietveld 408576698