blob: 18de30cf4d657c698835e66483264490fd746227 [file] [log] [blame]
Henrik Kjellander67765182017-06-28 20:58:07 +02001
henrike@webrtc.orgf0488722014-05-13 18:00:26 +00002/*
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.orgf0488722014-05-13 18:00:26 +000015
Henrik Kjellander67765182017-06-28 20:58:07 +020016// 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.orgf0488722014-05-13 18:00:26 +000019
20#endif // WEBRTC_BASE_FILEUTILS_H_