Niels Möller | 7c8c4db | 2022-06-13 10:36:38 +0200 | [diff] [blame] | 1 | /* |
| 2 | * Copyright 2022 The WebRTC Project Authors. All rights reserved. |
| 3 | * |
| 4 | * Use of this source code is governed by a BSD-style license |
| 5 | * that can be found in the LICENSE file in the root of the source |
| 6 | * tree. An additional intellectual property rights grant can be found |
| 7 | * in the file PATENTS. All contributing project authors may |
| 8 | * be found in the AUTHORS file in the root of the source tree. |
| 9 | */ |
| 10 | #ifndef API_MAKE_REF_COUNTED_H_ |
| 11 | #define API_MAKE_REF_COUNTED_H_ |
| 12 | |
| 13 | #include "rtc_base/ref_counted_object.h" |
| 14 | |
| 15 | // TODO(bugs.webrtc.org/12701): Move implementation of make_ref_counted to this |
| 16 | // file. |
| 17 | |
| 18 | #endif // API_MAKE_REF_COUNTED_H_ |