Index: net/spdy/spdy_proxy_client_socket_spdy3_unittest.cc |
diff --git a/net/spdy/spdy_proxy_client_socket_spdy3_unittest.cc b/net/spdy/spdy_proxy_client_socket_spdy3_unittest.cc |
index 85db6601cd5873ffc24a90cef25b892915fc66c3..5dac1498fe09540b05c47f4c796228bacdad7fab 100644 |
--- a/net/spdy/spdy_proxy_client_socket_spdy3_unittest.cc |
+++ b/net/spdy/spdy_proxy_client_socket_spdy3_unittest.cc |
@@ -11,22 +11,22 @@ |
#include "net/base/capturing_net_log.h" |
#include "net/base/net_log.h" |
#include "net/base/net_log_unittest.h" |
-#include "net/base/mock_host_resolver.h" |
#include "net/base/test_completion_callback.h" |
#include "net/base/winsock_init.h" |
-#include "net/http/http_response_info.h" |
+#include "net/dns/mock_host_resolver.h" |
#include "net/http/http_response_headers.h" |
+#include "net/http/http_response_info.h" |
#include "net/socket/client_socket_factory.h" |
-#include "net/socket/tcp_client_socket.h" |
#include "net/socket/socket_test_util.h" |
+#include "net/socket/tcp_client_socket.h" |
#include "net/spdy/buffered_spdy_framer.h" |
#include "net/spdy/spdy_http_utils.h" |
#include "net/spdy/spdy_protocol.h" |
#include "net/spdy/spdy_session_pool.h" |
#include "net/spdy/spdy_test_util_common.h" |
#include "net/spdy/spdy_test_util_spdy3.h" |
-#include "testing/platform_test.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "testing/platform_test.h" |
using namespace net::test_spdy3; |