Move file_wrapper.h to rtc_base/system/

This moves it from an API directory (system_wrappers/include/) to a
non-API directory, which is exactly what we want for utilities like
this.

BUG=webrtc:8445

Change-Id: I440974da4d347b09ff042478720d7983056b62b9
Reviewed-on: https://webrtc-review.googlesource.com/21226
Commit-Queue: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Niels Moller <nisse@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#22579}
This commit is contained in:
Karl Wiberg
2018-03-23 10:39:34 +01:00
committed by Commit Bot
parent 278d03a42c
commit 6a4d411023
20 changed files with 39 additions and 19 deletions

View File

@ -15,7 +15,7 @@
#include <memory>
#include <vector>
#include "system_wrappers/include/file_wrapper.h"
#include "rtc_base/system/file_wrapper.h"
#include "test/gtest.h"
#include "test/testsupport/fileutils.h"
#include "typedefs.h" // NOLINT(build/include)