| Index: trunk/src/base/test/test_file_util_posix.cc
|
| ===================================================================
|
| --- trunk/src/base/test/test_file_util_posix.cc (revision 198849)
|
| +++ trunk/src/base/test/test_file_util_posix.cc (working copy)
|
| @@ -12,12 +12,13 @@
|
| #include <string>
|
|
|
| #include "base/file_util.h"
|
| -#include "base/files/file_enumerator.h"
|
| #include "base/files/file_path.h"
|
| #include "base/logging.h"
|
| #include "base/string_util.h"
|
| #include "base/utf_string_conversions.h"
|
|
|
| +using base::MakeAbsoluteFilePath;
|
| +
|
| namespace file_util {
|
|
|
| namespace {
|
|
|