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() |