diff options
Diffstat (limited to 'remoting/host/cast_extension_session.cc')
-rw-r--r-- | remoting/host/cast_extension_session.cc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/remoting/host/cast_extension_session.cc b/remoting/host/cast_extension_session.cc index f9c6bb6..b602178 100644 --- a/remoting/host/cast_extension_session.cc +++ b/remoting/host/cast_extension_session.cc @@ -19,9 +19,9 @@ #include "remoting/protocol/port_allocator_factory.h" #include "remoting/protocol/transport_context.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/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/test/fakeconstraints.h" +#include "third_party/webrtc/api/videosourceinterface.h" namespace remoting { |