This file is being accessed from Chrome. Moving it lessens the dependency of Chrome on files in the pc/ directory, and allows easier refactoring of pc/. Bug: webrtc:11967 Change-Id: Iccd568f84e9cf4086e37c58db1b4cba6c376f413 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/187489 Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Commit-Queue: Harald Alvestrand <hta@webrtc.org> Cr-Commit-Position: refs/heads/master@{#32378}
16 lines
579 B
C
16 lines
579 B
C
/*
|
|
* Copyright 2020 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 PC_MEDIA_STREAM_TRACK_H_
|
|
#define PC_MEDIA_STREAM_TRACK_H_
|
|
// Temporary header forwarding
|
|
#include "api/media_stream_track.h"
|
|
|
|
#endif // PC_MEDIA_STREAM_TRACK_H_
|