Index: net/socket_stream/socket_stream.cc |
diff --git a/net/socket_stream/socket_stream.cc b/net/socket_stream/socket_stream.cc |
index 8838bd351be93516c2d736c88a7979353556608f..0b1bc5c59fc729da5e48bdf2c4bcd14ce2641f51 100644 |
--- a/net/socket_stream/socket_stream.cc |
+++ b/net/socket_stream/socket_stream.cc |
@@ -20,10 +20,10 @@ |
#include "base/stringprintf.h" |
#include "base/utf_string_conversions.h" |
#include "net/base/auth.h" |
-#include "net/base/host_resolver.h" |
#include "net/base/io_buffer.h" |
#include "net/base/net_errors.h" |
#include "net/base/net_util.h" |
+#include "net/dns/host_resolver.h" |
#include "net/http/http_auth_controller.h" |
#include "net/http/http_network_session.h" |
#include "net/http/http_request_headers.h" |