| Index: chrome/test/perf/page_cycler_test.cc
|
| diff --git a/chrome/test/perf/page_cycler_test.cc b/chrome/test/perf/page_cycler_test.cc
|
| index b662660f6b2490484ee6e045a3f1c753a7df4360..65b3621144ad0509b2704dc3e655ad771a8bab09 100644
|
| --- a/chrome/test/perf/page_cycler_test.cc
|
| +++ b/chrome/test/perf/page_cycler_test.cc
|
| @@ -201,7 +201,7 @@ class PageCyclerTest : public UIPerfTest {
|
| // Wait for the test to finish.
|
| ASSERT_TRUE(WaitUntilCookieValue(
|
| tab.get(), test_url, "__pc_done",
|
| - TestTimeouts::large_test_timeout_ms(), "1"));
|
| + TestTimeouts::large_test_timeout(), "1"));
|
|
|
| std::string cookie;
|
| ASSERT_TRUE(tab->GetCookieByName(test_url, "__pc_pages", &cookie));
|
| @@ -211,7 +211,7 @@ class PageCyclerTest : public UIPerfTest {
|
| // Wait for the report.html to be loaded.
|
| ASSERT_TRUE(WaitUntilCookieValue(
|
| tab.get(), test_url, "__navigated_to_report",
|
| - TestTimeouts::action_max_timeout_ms(), "1"));
|
| + TestTimeouts::action_max_timeout(), "1"));
|
|
|
| // Get the timing cookie value from the DOM automation.
|
| std::wstring wcookie;
|
|
|