| Index: net/http/http_network_transaction_unittest.cc
|
| diff --git a/net/http/http_network_transaction_unittest.cc b/net/http/http_network_transaction_unittest.cc
|
| index fde12f4fd57d0e7635df58af1d7fc58fbb0ecd46..68a643e0f3837118b26ac895389dce2bfa688c7f 100644
|
| --- a/net/http/http_network_transaction_unittest.cc
|
| +++ b/net/http/http_network_transaction_unittest.cc
|
| @@ -5,7 +5,6 @@
|
| #include <math.h> // ceil
|
|
|
| #include "base/compiler_specific.h"
|
| -#include "base/platform_test.h"
|
| #include "net/base/client_socket_factory.h"
|
| #include "net/base/test_completion_callback.h"
|
| #include "net/base/upload_data.h"
|
| @@ -15,6 +14,7 @@
|
| #include "net/proxy/proxy_resolver_fixed.h"
|
| #include "net/proxy/proxy_resolver_null.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "testing/platform_test.h"
|
|
|
| //-----------------------------------------------------------------------------
|
|
|
|
|