| Index: content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| index 7b8151d1fb918d90c05f730c3349a06a54cd28a3..7c79711ef1e2527ee841b1e43f5314547dde292e 100644
|
| --- a/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.cc
|
| @@ -7,14 +7,14 @@
|
| #include "base/bind.h"
|
| #include "base/stl_util.h"
|
| #include "content/browser/renderer_host/p2p/socket_host.h"
|
| -#include "content/public/browser/resource_context.h"
|
| #include "content/common/p2p_messages.h"
|
| +#include "content/public/browser/resource_context.h"
|
| #include "net/base/address_list.h"
|
| #include "net/base/completion_callback.h"
|
| #include "net/base/net_errors.h"
|
| #include "net/base/net_log.h"
|
| -#include "net/base/single_request_host_resolver.h"
|
| #include "net/base/sys_addrinfo.h"
|
| +#include "net/dns/single_request_host_resolver.h"
|
|
|
| using content::BrowserMessageFilter;
|
| using content::BrowserThread;
|
|
|