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

Unified Diff: net/quic/core/congestion_control/hybrid_slow_start_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/hybrid_slow_start_test.cc
diff --git a/net/quic/core/congestion_control/hybrid_slow_start_test.cc b/net/quic/core/congestion_control/hybrid_slow_start_test.cc
index 243105698490fbf8be5415b0ec681c72735da201..3ed84958a83e7f9dda13a020534275adb58be757 100644
--- a/net/quic/core/congestion_control/hybrid_slow_start_test.cc
+++ b/net/quic/core/congestion_control/hybrid_slow_start_test.cc
@@ -6,12 +6,12 @@
#include <memory>
-#include "testing/gtest/include/gtest/gtest.h"
+#include "net/quic/platform/api/quic_test.h"
namespace net {
namespace test {
-class HybridSlowStartTest : public ::testing::Test {
+class HybridSlowStartTest : public QuicTest {
protected:
HybridSlowStartTest()
: one_ms_(QuicTime::Delta::FromMilliseconds(1)),

Powered by Google App Engine
This is Rietveld 408576698