summaryrefslogtreecommitdiffstats
path: root/remoting/protocol
diff options
context:
space:
mode:
authorperkj <perkj@chromium.org>2016-03-18 10:19:06 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-18 17:20:13 +0000
commit913f3c885a3e6803ffbce24da03ba2d2fa1272d9 (patch)
tree1392358dcf5ca91153963fd57a06c7eff7232cf0 /remoting/protocol
parentb1c6edeac6287b6ffe50cac44956b72f29bb76f5 (diff)
downloadchromium_src-913f3c885a3e6803ffbce24da03ba2d2fa1272d9.zip
chromium_src-913f3c885a3e6803ffbce24da03ba2d2fa1272d9.tar.gz
chromium_src-913f3c885a3e6803ffbce24da03ba2d2fa1272d9.tar.bz2
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}
Diffstat (limited to 'remoting/protocol')
-rw-r--r--remoting/protocol/webrtc_connection_to_client.cc1
-rw-r--r--remoting/protocol/webrtc_video_stream.cc1
2 files changed, 0 insertions, 2 deletions
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 {