| Index: base/platform_file_unittest.cc
|
| diff --git a/base/platform_file_unittest.cc b/base/platform_file_unittest.cc
|
| index e54ab61e3f8d4b5c77d9bc1463b0718bf36d3fe2..c14e58681a9fa74e1bb12af95dbd6d5073c8e6a1 100644
|
| --- a/base/platform_file_unittest.cc
|
| +++ b/base/platform_file_unittest.cc
|
| @@ -3,8 +3,8 @@
|
| // found in the LICENSE file.
|
|
|
| #include "base/file_util.h"
|
| +#include "base/memory/scoped_temp_dir.h"
|
| #include "base/platform_file.h"
|
| -#include "base/scoped_temp_dir.h"
|
| #include "base/time.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
|
|