Delete obsolete file api/videosourceinterface.h.

It was moved to api/video/video_source_interface.h, in cl
https://webrtc-review.googlesource.com/74481.

Bug: webrtc:8830
Change-Id: I025493a0bdd880a068edf52e19ba8cf28b95c943
Reviewed-on: https://webrtc-review.googlesource.com/90242
Reviewed-by: Fredrik Solenberg <solenberg@webrtc.org>
Commit-Queue: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24097}
This commit is contained in:
Niels Möller
2018-07-24 10:25:35 +02:00
committed by Commit Bot
parent 52b9000380
commit e71d1bb7fc

View File

@ -1,18 +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 API_VIDEOSOURCEINTERFACE_H_
#define API_VIDEOSOURCEINTERFACE_H_
// TODO(nisse): Place holder for moved file. Delete after applications are
// updated.
#include "api/video/video_source_interface.h"
#endif // API_VIDEOSOURCEINTERFACE_H_