Index: content/shell/shell_devtools_delegate.cc |
diff --git a/content/shell/shell_devtools_delegate.cc b/content/shell/shell_devtools_delegate.cc |
index 8eb47223b92284066330272c087a0f97e3b0577c..58182f113e88704cc7c393b155012fb3738d7e59 100644 |
--- a/content/shell/shell_devtools_delegate.cc |
+++ b/content/shell/shell_devtools_delegate.cc |
@@ -10,12 +10,12 @@ |
#include "content/public/common/url_constants.h" |
#include "content/shell/shell.h" |
#include "grit/shell_resources.h" |
-#include "net/base/tcp_listen_socket.h" |
+#include "net/socket/tcp_listen_socket.h" |
#include "ui/base/resource/resource_bundle.h" |
#if defined(OS_ANDROID) |
#include "content/public/browser/android/devtools_auth.h" |
-#include "net/base/unix_domain_socket_posix.h" |
+#include "net/socket/unix_domain_socket_posix.h" |
namespace { |
const char kSocketName[] = "content_shell_devtools_remote"; |