| Index: base/files/file_posix.cc
|
| diff --git a/base/files/file_posix.cc b/base/files/file_posix.cc
|
| index a51aaa812799a311376e3b8f8f0103943f84afe4..43684b5dabfe3df9b2a6907cd5dfbecb8e3582c3 100644
|
| --- a/base/files/file_posix.cc
|
| +++ b/base/files/file_posix.cc
|
| @@ -12,8 +12,6 @@
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/sparse_histogram.h"
|
| -// TODO(rvargas): remove this (needed for kInvalidPlatformFileValue).
|
| -#include "base/platform_file.h"
|
| #include "base/posix/eintr_wrapper.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/threading/thread_restrictions.h"
|
|
|