Chromium Code Reviews| Index: base/file_util_unittest.cc |
| diff --git a/base/file_util_unittest.cc b/base/file_util_unittest.cc |
| index 612f6cfe99abe09fa006caa1d7e47bb5fafcc42d..8ae567d044098feff9fbcfa3224d2e72a5d891b0 100644 |
| --- a/base/file_util_unittest.cc |
| +++ b/base/file_util_unittest.cc |
| @@ -34,6 +34,8 @@ |
| // This macro helps avoid wrapped lines in the test structs. |
| #define FPL(x) FILE_PATH_LITERAL(x) |
| +using base::FilePath; |
| + |
| namespace { |
| // To test that file_util::Normalize FilePath() deals with NTFS reparse points |