Index: net/base/tcp_client_socket_unittest.cc |
diff --git a/net/base/tcp_client_socket_unittest.cc b/net/base/tcp_client_socket_unittest.cc |
index 7dbbe458a8d2be55c49db128d7979cf5da6989a7..18e6c2102083bd113e39c53b2205ed1146ae9398 100644 |
--- a/net/base/tcp_client_socket_unittest.cc |
+++ b/net/base/tcp_client_socket_unittest.cc |
@@ -2,7 +2,6 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "base/platform_test.h" |
#include "net/base/address_list.h" |
#include "net/base/host_resolver.h" |
#include "net/base/net_errors.h" |
@@ -10,6 +9,7 @@ |
#include "net/base/tcp_client_socket.h" |
#include "net/base/test_completion_callback.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "testing/platform_test.h" |
class TCPClientSocketTest : public PlatformTest { |
public: |