| Index: chrome/test/ui/ui_test.cc
|
| diff --git a/chrome/test/ui/ui_test.cc b/chrome/test/ui/ui_test.cc
|
| index b7dd90ad910669ca26128de9d281ae50cce449e7..a00736eb79e9347e41423dfcc98adb998958c5b5 100644
|
| --- a/chrome/test/ui/ui_test.cc
|
| +++ b/chrome/test/ui/ui_test.cc
|
| @@ -1046,11 +1046,12 @@ FilePath UITestBase::ComputeTypicalUserDataSource(ProfileType profile_type) {
|
| return source_history_file;
|
| }
|
|
|
| -void UITestBase::WaitForGeneratedFileAndCheck(const FilePath& generated_file,
|
| - const FilePath& original_file,
|
| - bool compare_files,
|
| - bool need_equal,
|
| - bool delete_generated_file) {
|
| +void UITestBase::WaitForGeneratedFileAndCheck(
|
| + const FilePath& generated_file,
|
| + const FilePath& original_file,
|
| + bool compare_files,
|
| + bool need_equal,
|
| + bool delete_generated_file) {
|
| // Check whether the target file has been generated.
|
| file_util::FileInfo previous, current;
|
| bool exist = false;
|
|
|