| Index: content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| diff --git a/content/browser/renderer_host/p2p/socket_dispatcher_host.h b/content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| index b2d76f468ba2ad77a5316467483587c30ad8cb5a..8b8ea8ab22f2fb2743d3c02d7eb5650a9fbca7fa 100644
|
| --- a/content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| +++ b/content/browser/renderer_host/p2p/socket_dispatcher_host.h
|
| @@ -11,9 +11,9 @@
|
| #include <vector>
|
|
|
| #include "content/browser/renderer_host/p2p/socket_host_throttler.h"
|
| -#include "content/common/p2p_sockets.h"
|
| #include "content/public/browser/browser_message_filter.h"
|
| #include "content/public/browser/browser_thread.h"
|
| +#include "content/public/common/p2p_sockets.h"
|
| #include "net/base/ip_endpoint.h"
|
| #include "net/base/network_change_notifier.h"
|
|
|
|
|