| Index: chrome/test/ui/ui_test.cc
|
| ===================================================================
|
| --- chrome/test/ui/ui_test.cc (revision 58317)
|
| +++ chrome/test/ui/ui_test.cc (working copy)
|
| @@ -1043,7 +1043,7 @@
|
| bool need_equal,
|
| bool delete_generated_file) {
|
| // Check whether the target file has been generated.
|
| - file_util::FileInfo previous, current;
|
| + base::PlatformFileInfo previous, current;
|
| bool exist = false;
|
| const int kCycles = 20;
|
| for (int i = 0; i < kCycles; ++i) {
|
| @@ -1259,4 +1259,3 @@
|
| // hosed if we hit those errors.
|
| return new AutomationProxy(execution_timeout, true);
|
| }
|
| -
|
|
|