Revert "include portable_unistd.h in directory_asset_bundle (#4542)" (#4544)

This reverts commit 211150fe40fbca68580af2f923b87ddb5ac924c6.
This commit is contained in:
Sarah Zakarias 2018-01-12 15:53:02 +01:00 committed by GitHub
parent 211150fe40
commit 5a67f2d8e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,13 +7,16 @@
#include <fcntl.h>
#if !defined(OS_WIN)
#include <unistd.h>
#endif
#include <utility>
#include "lib/fxl/files/eintr_wrapper.h"
#include "lib/fxl/files/file.h"
#include "lib/fxl/files/path.h"
#include "lib/fxl/files/unique_fd.h"
#include "lib/fxl/portable_unistd.h"
namespace blink {