Index: net/spdy/spdy_proxy_client_socket_spdy2_unittest.cc |
diff --git a/net/spdy/spdy_proxy_client_socket_spdy2_unittest.cc b/net/spdy/spdy_proxy_client_socket_spdy2_unittest.cc |
index b98c9df6befdd52823f96fd3ac004b61627711cd..d6117ab8c72e25d36a07a3e39828c4ab58f5a3db 100644 |
--- a/net/spdy/spdy_proxy_client_socket_spdy2_unittest.cc |
+++ b/net/spdy/spdy_proxy_client_socket_spdy2_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_spdy2.h" |
-#include "testing/platform_test.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "testing/platform_test.h" |
using namespace net::test_spdy2; |