Index: content/shell/shell_url_request_context_getter.cc |
diff --git a/content/shell/shell_url_request_context_getter.cc b/content/shell/shell_url_request_context_getter.cc |
index 70a3daeb39630774a4f703f37e520089a6d99f27..88dd801105cea578d48102137299fe9ef90cb3af 100644 |
--- a/content/shell/shell_url_request_context_getter.cc |
+++ b/content/shell/shell_url_request_context_getter.cc |
@@ -16,9 +16,9 @@ |
#include "content/shell/shell_network_delegate.h" |
#include "content/shell/shell_switches.h" |
#include "net/base/cert_verifier.h" |
-#include "net/base/host_resolver.h" |
-#include "net/base/mapped_host_resolver.h" |
#include "net/cookies/cookie_monster.h" |
+#include "net/dns/host_resolver.h" |
+#include "net/dns/mapped_host_resolver.h" |
#include "net/http/http_auth_handler_factory.h" |
#include "net/http/http_cache.h" |
#include "net/http/http_network_session.h" |