webrtc/rtc_base/scoped_ref_ptr.h
Mirko Bonadei 85340ce516 Move rtc::scoped_refptr to api/.
rtc::scoped_refprt is used in WebRTC api/ code so it makes sense to
move it to api/ and remove exceptions from api/DEPS.

Bug: webrtc:9887
Change-Id: If58c387e5fdfacd8fc1830b4bd79fa1a73942cc9
Reviewed-on: https://webrtc-review.googlesource.com/c/111252
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#25698}
2018-11-19 16:13:16 +00:00

19 lines
684 B
C

/*
* Copyright 2011 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 RTC_BASE_SCOPED_REF_PTR_H_
#define RTC_BASE_SCOPED_REF_PTR_H_
// TODO(bugs.webrtc.org/9887): This is a forward header for backwards
// compatibility. Remove when downstream clients are updated.
#include "api/scoped_refptr.h"
#endif // RTC_BASE_SCOPED_REF_PTR_H_