| Index: content/browser/renderer_host/p2p/socket_host.cc
|
| diff --git a/content/browser/renderer_host/p2p/socket_host.cc b/content/browser/renderer_host/p2p/socket_host.cc
|
| index 1693918bd32854572a8b085efa8b434cb61a3238..a2dc0d7a5a61ff4974b38f87a300f0a9d9d6c948 100644
|
| --- a/content/browser/renderer_host/p2p/socket_host.cc
|
| +++ b/content/browser/renderer_host/p2p/socket_host.cc
|
| @@ -11,10 +11,10 @@
|
| #include "content/browser/renderer_host/render_process_host_impl.h"
|
| #include "content/public/browser/browser_thread.h"
|
| #include "crypto/hmac.h"
|
| -#include "third_party/libjingle/source/talk/p2p/base/stun.h"
|
| #include "third_party/webrtc/base/asyncpacketsocket.h"
|
| #include "third_party/webrtc/base/byteorder.h"
|
| #include "third_party/webrtc/base/messagedigest.h"
|
| +#include "third_party/webrtc/p2p/base/stun.h"
|
|
|
| namespace {
|
|
|
|
|