Henrik Kjellander | 6776518 | 2017-06-28 20:58:07 +0200 | [diff] [blame^] | 1 | |
henrike@webrtc.org | f048872 | 2014-05-13 18:00:26 +0000 | [diff] [blame] | 2 | /* |
| 3 | * Copyright 2004 The WebRTC Project Authors. All rights reserved. |
| 4 | * |
| 5 | * Use of this source code is governed by a BSD-style license |
| 6 | * that can be found in the LICENSE file in the root of the source |
| 7 | * tree. An additional intellectual property rights grant can be found |
| 8 | * in the file PATENTS. All contributing project authors may |
| 9 | * be found in the AUTHORS file in the root of the source tree. |
| 10 | */ |
| 11 | |
| 12 | #ifndef WEBRTC_BASE_FILEUTILS_H_ |
| 13 | #define WEBRTC_BASE_FILEUTILS_H_ |
| 14 | |
henrike@webrtc.org | f048872 | 2014-05-13 18:00:26 +0000 | [diff] [blame] | 15 | |
Henrik Kjellander | 6776518 | 2017-06-28 20:58:07 +0200 | [diff] [blame^] | 16 | // This header is deprecated and is just left here temporarily during |
| 17 | // refactoring. See https://bugs.webrtc.org/7634 for more details. |
| 18 | #include "webrtc/rtc_base/fileutils.h" |
henrike@webrtc.org | f048872 | 2014-05-13 18:00:26 +0000 | [diff] [blame] | 19 | |
| 20 | #endif // WEBRTC_BASE_FILEUTILS_H_ |