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 973d60a3c1a2e71142caa441f4249477f6ade937..fa593fcf93685298fcd08407600e004cdf172745 100644 |
--- a/content/browser/renderer_host/p2p/socket_host.cc |
+++ b/content/browser/renderer_host/p2p/socket_host.cc |
@@ -11,8 +11,8 @@ |
#include "content/browser/renderer_host/p2p/socket_host_udp.h" |
#include "content/browser/renderer_host/render_process_host_impl.h" |
#include "content/public/browser/browser_thread.h" |
-#include "third_party/libjingle/source/talk/media/base/rtputils.h" |
-#include "third_party/libjingle/source/talk/media/base/turnutils.h" |
+#include "third_party/webrtc/media/base/rtputils.h" |
+#include "third_party/webrtc/media/base/turnutils.h" |
namespace { |