From 448691c8b9332fcfe483dc7e3a5e26b9e73dfa78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrik=20H=C3=B6glund?= Date: Wed, 10 Jan 2018 12:08:00 +0100 Subject: [PATCH] Remove the old videosinkinterface.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit There is one downstream patch left to land. Bug: webrtc:6828 Change-Id: I81fc27b699919ca4f91180cf57397ffb9d953dc8 Reviewed-on: https://webrtc-review.googlesource.com/38421 Reviewed-by: Fredrik Solenberg Commit-Queue: Patrik Höglund Cr-Commit-Position: refs/heads/master@{#21568} --- media/BUILD.gn | 1 - media/base/videosinkinterface.h | 17 ----------------- 2 files changed, 18 deletions(-) delete mode 100644 media/base/videosinkinterface.h diff --git a/media/BUILD.gn b/media/BUILD.gn index 9cce4de2aa..a64f394749 100644 --- a/media/BUILD.gn +++ b/media/BUILD.gn @@ -92,7 +92,6 @@ rtc_static_library("rtc_media_base") { "base/videocapturerfactory.h", "base/videocommon.cc", "base/videocommon.h", - "base/videosinkinterface.h", "base/videosourcebase.cc", "base/videosourcebase.h", ] diff --git a/media/base/videosinkinterface.h b/media/base/videosinkinterface.h deleted file mode 100644 index ed656ad541..0000000000 --- a/media/base/videosinkinterface.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. - * - * Use of this source code is governed by a BSD-style license - * that can be found in the LICENSE file in the root of the source - * tree. An additional intellectual property rights grant can be found - * in the file PATENTS. All contributing project authors may - * be found in the AUTHORS file in the root of the source tree. - */ - -#ifndef MEDIA_BASE_VIDEOSINKINTERFACE_H_ -#define MEDIA_BASE_VIDEOSINKINTERFACE_H_ - -// TODO(bugs.webrtc.org/6828): Remove this once downstream is updated. -#include "api/videosinkinterface.h" - -#endif // MEDIA_BASE_VIDEOSINKINTERFACE_H_