blob: f465cc8f28e9c60c8a0b9dc24cc121e6a7a80296 [file] [log] [blame]
kwiberg24c7c122016-09-28 11:57:10 -07001/*
2 * Copyright 2016 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
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020011#ifndef RTC_BASE_FUNCTION_VIEW_H_
12#define RTC_BASE_FUNCTION_VIEW_H_
kwiberg24c7c122016-09-28 11:57:10 -070013
Artem Titov741daaf2019-03-21 14:37:36 +010014// This header is deprecated and will be removed. Please use the one,
15// that is specified below instead.
kwiberg24c7c122016-09-28 11:57:10 -070016
Artem Titov741daaf2019-03-21 14:37:36 +010017#include "api/function_view.h"
kwiberg24c7c122016-09-28 11:57:10 -070018
Mirko Bonadei92ea95e2017-09-15 06:47:31 +020019#endif // RTC_BASE_FUNCTION_VIEW_H_