From 913f3c885a3e6803ffbce24da03ba2d2fa1272d9 Mon Sep 17 00:00:00 2001 From: perkj Date: Fri, 18 Mar 2016 10:19:06 -0700 Subject: Remove Chrome dependency to empty videosourceinterface.h third_party/webrtc/api/videosourceinterface.h has been merged with mediastreaminterface.h and will be removed. BUG=webrtc:5426 Review URL: https://codereview.chromium.org/1810273003 Cr-Commit-Position: refs/heads/master@{#381998} --- remoting/host/cast_extension_session.cc | 1 - remoting/protocol/webrtc_connection_to_client.cc | 1 - remoting/protocol/webrtc_video_stream.cc | 1 - 3 files changed, 3 deletions(-) (limited to 'remoting') diff --git a/remoting/host/cast_extension_session.cc b/remoting/host/cast_extension_session.cc index b602178..88e4daa 100644 --- a/remoting/host/cast_extension_session.cc +++ b/remoting/host/cast_extension_session.cc @@ -21,7 +21,6 @@ #include "remoting/protocol/webrtc_video_capturer_adapter.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 { diff --git a/remoting/protocol/webrtc_connection_to_client.cc b/remoting/protocol/webrtc_connection_to_client.cc index 1febc42..5fde9e5 100644 --- a/remoting/protocol/webrtc_connection_to_client.cc +++ b/remoting/protocol/webrtc_connection_to_client.cc @@ -26,7 +26,6 @@ #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 { diff --git a/remoting/protocol/webrtc_video_stream.cc b/remoting/protocol/webrtc_video_stream.cc index f377613..02db96d 100644 --- a/remoting/protocol/webrtc_video_stream.cc +++ b/remoting/protocol/webrtc_video_stream.cc @@ -9,7 +9,6 @@ #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 { -- cgit v1.1