| Index: base/platform_file_posix.cc
|
| diff --git a/base/platform_file_posix.cc b/base/platform_file_posix.cc
|
| index 83cf622e8c260a8ef8734402e161b9d51e21b4c3..af79198a0ceb4fc479af3bbdcba4e303a7ec9296 100644
|
| --- a/base/platform_file_posix.cc
|
| +++ b/base/platform_file_posix.cc
|
| @@ -9,9 +9,9 @@
|
| #include <sys/stat.h>
|
| #include <unistd.h>
|
|
|
| -#include "base/eintr_wrapper.h"
|
| #include "base/file_path.h"
|
| #include "base/logging.h"
|
| +#include "base/posix/eintr_wrapper.h"
|
| #include "base/threading/thread_restrictions.h"
|
| #include "base/utf_string_conversions.h"
|
|
|
|
|