Index: remoting/protocol/webrtc_connection_to_client.cc |
diff --git a/remoting/protocol/webrtc_connection_to_client.cc b/remoting/protocol/webrtc_connection_to_client.cc |
index 3173dcfab42861df2698e023a8ef502d84034b6d..1febc42ea8a4ebecf457b398121aa57cd33740f7 100644 |
--- a/remoting/protocol/webrtc_connection_to_client.cc |
+++ b/remoting/protocol/webrtc_connection_to_client.cc |
@@ -23,10 +23,10 @@ |
#include "remoting/protocol/webrtc_transport.h" |
#include "remoting/protocol/webrtc_video_capturer_adapter.h" |
#include "remoting/protocol/webrtc_video_stream.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 { |