blob: b70774684ce9a9f645f915f4a95feb0939a1ccc3 [file] [log] [blame]
Karl Wibergbe579832015-11-10 22:34:18 +01001/*
2 * Copyright 2015 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
kwiberg84f6a3f2017-09-05 08:43:13 -070011// This header is for backwards compatibility only, and will be removed soon.
12// Include webrtc/api/optional.h instead.
13
Henrik Kjellanderc0362762017-06-29 08:03:04 +020014#ifndef WEBRTC_RTC_BASE_OPTIONAL_H_
15#define WEBRTC_RTC_BASE_OPTIONAL_H_
Karl Wibergbe579832015-11-10 22:34:18 +010016
kwiberg84f6a3f2017-09-05 08:43:13 -070017#include "webrtc/api/optional.h"
Karl Wibergbe579832015-11-10 22:34:18 +010018
Henrik Kjellanderc0362762017-06-29 08:03:04 +020019#endif // WEBRTC_RTC_BASE_OPTIONAL_H_