Karl Wiberg | be57983 | 2015-11-10 22:34:18 +0100 | [diff] [blame] | 1 | /* |
| 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 | |
kwiberg | 84f6a3f | 2017-09-05 08:43:13 -0700 | [diff] [blame^] | 11 | // This header is for backwards compatibility only, and will be removed soon. |
| 12 | // Include webrtc/api/optional.h instead. |
| 13 | |
Henrik Kjellander | c036276 | 2017-06-29 08:03:04 +0200 | [diff] [blame] | 14 | #ifndef WEBRTC_RTC_BASE_OPTIONAL_H_ |
| 15 | #define WEBRTC_RTC_BASE_OPTIONAL_H_ |
Karl Wiberg | be57983 | 2015-11-10 22:34:18 +0100 | [diff] [blame] | 16 | |
kwiberg | 84f6a3f | 2017-09-05 08:43:13 -0700 | [diff] [blame^] | 17 | #include "webrtc/api/optional.h" |
Karl Wiberg | be57983 | 2015-11-10 22:34:18 +0100 | [diff] [blame] | 18 | |
Henrik Kjellander | c036276 | 2017-06-29 08:03:04 +0200 | [diff] [blame] | 19 | #endif // WEBRTC_RTC_BASE_OPTIONAL_H_ |