| Index: content/browser/renderer_host/p2p/socket_host_udp.h
|
| diff --git a/content/browser/renderer_host/p2p/socket_host_udp.h b/content/browser/renderer_host/p2p/socket_host_udp.h
|
| index 01858d396e4644758b66ec0240220b12d53175aa..57a539b45575dc110cc33dd91113b028e5ac7c31 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host_udp.h
|
| +++ b/content/browser/renderer_host/p2p/socket_host_udp.h
|
| @@ -22,8 +22,8 @@
|
| #include "content/common/content_export.h"
|
| #include "content/common/p2p_socket_type.h"
|
| #include "net/base/ip_endpoint.h"
|
| -#include "net/udp/diff_serv_code_point.h"
|
| -#include "net/udp/udp_server_socket.h"
|
| +#include "net/socket/diff_serv_code_point.h"
|
| +#include "net/socket/udp_server_socket.h"
|
| #include "third_party/webrtc/base/asyncpacketsocket.h"
|
|
|
| namespace content {
|
|
|