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_