summaryrefslogtreecommitdiffstats
path: root/remoting/host
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/host
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/host')
-rw-r--r--remoting/host/cast_extension_session.cc1
1 files changed, 0 insertions, 1 deletions
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 {