Index: remoting/protocol/webrtc_video_stream.cc |
diff --git a/remoting/protocol/webrtc_video_stream.cc b/remoting/protocol/webrtc_video_stream.cc |
index 07e215e5ec5a65a9aca32c95e963ab8a4acc1a22..f377613882de9dfe314b4b2f62f067014232b720 100644 |
--- a/remoting/protocol/webrtc_video_stream.cc |
+++ b/remoting/protocol/webrtc_video_stream.cc |
@@ -6,10 +6,10 @@ |
#include "base/logging.h" |
#include "remoting/protocol/webrtc_video_capturer_adapter.h" |
-#include "third_party/libjingle/source/talk/app/webrtc/mediastreaminterface.h" |
-#include "third_party/libjingle/source/talk/app/webrtc/peerconnectioninterface.h" |
-#include "third_party/libjingle/source/talk/app/webrtc/test/fakeconstraints.h" |
-#include "third_party/libjingle/source/talk/app/webrtc/videosourceinterface.h" |
+#include "third_party/webrtc/api/mediastreaminterface.h" |
+#include "third_party/webrtc/api/peerconnectioninterface.h" |
+#include "third_party/webrtc/api/test/fakeconstraints.h" |
+#include "third_party/webrtc/api/videosourceinterface.h" |
namespace remoting { |
namespace protocol { |