| Index: chrome/test/reliability/automated_ui_tests.cc
|
| diff --git a/chrome/test/reliability/automated_ui_tests.cc b/chrome/test/reliability/automated_ui_tests.cc
|
| index 22266c4b4801948e09982364f24ad30493abea1d..fd50b23cc6e75abf2803b83dd1217221b9acbb64 100644
|
| --- a/chrome/test/reliability/automated_ui_tests.cc
|
| +++ b/chrome/test/reliability/automated_ui_tests.cc
|
| @@ -259,7 +259,7 @@ void AutomatedUITest::RunReproduction() {
|
| LogSuccessResult();
|
| }
|
|
|
| - AppendToTestLog(StringPrintf("total_duration_seconds=%f",
|
| + AppendToTestLog(base::StringPrintf("total_duration_seconds=%f",
|
| CalculateTestDuration(test_start_time_)));
|
| WriteReportToFile();
|
| }
|
| @@ -360,7 +360,7 @@ void AutomatedUITest::RunAutomatedUITest() {
|
| }
|
| }
|
|
|
| - AppendToTestLog(StringPrintf("total_duration_seconds=%f",
|
| + AppendToTestLog(base::StringPrintf("total_duration_seconds=%f",
|
| CalculateTestDuration(test_start_time_)));
|
|
|
| // The test is finished so write our report.
|
|
|