| Index: chrome/test/automated_ui_tests/automated_ui_tests.cc
|
| ===================================================================
|
| --- chrome/test/automated_ui_tests/automated_ui_tests.cc (revision 58317)
|
| +++ chrome/test/automated_ui_tests/automated_ui_tests.cc (working copy)
|
| @@ -711,7 +711,7 @@
|
| file_util::FileEnumerator::FILES);
|
| for (FilePath path = enumerator.Next(); !path.value().empty();
|
| path = enumerator.Next()) {
|
| - file_util::FileInfo file_info;
|
| + base::PlatformFileInfo file_info;
|
| GetFileInfo(path, &file_info);
|
| if (first_file) {
|
| most_recent_file_time = file_info.last_modified;
|
|
|