| Index: net/tools/quic/platform/impl/quic_socket_utils_test.cc
|
| diff --git a/net/tools/quic/platform/impl/quic_socket_utils_test.cc b/net/tools/quic/platform/impl/quic_socket_utils_test.cc
|
| index 58fd70b411c6b3e409d1f5ca8276a5aea1a5091f..3b4e73301697c750a40747605b7aeaaf6e6ca48a 100644
|
| --- a/net/tools/quic/platform/impl/quic_socket_utils_test.cc
|
| +++ b/net/tools/quic/platform/impl/quic_socket_utils_test.cc
|
| @@ -10,7 +10,7 @@
|
|
|
| #include "net/quic/platform/api/quic_logging.h"
|
| #include "net/quic/platform/api/quic_socket_address.h"
|
| -#include "testing/gtest/include/gtest/gtest.h"
|
| +#include "net/quic/platform/api/quic_test.h"
|
|
|
| namespace net {
|
| namespace test {
|
| @@ -19,7 +19,7 @@ namespace {
|
| // A test fixture is used to ensure that all sockets are closed down gracefully
|
| // upon test completion. Also provides a convenient API to Bind not presently
|
| // available in QuicSocketUtils.
|
| -class QuicSocketUtilsTest : public ::testing::Test {
|
| +class QuicSocketUtilsTest : public QuicTest {
|
| protected:
|
| ~QuicSocketUtilsTest() override {
|
| for (int fd : open_sockets_) {
|
|
|