| Index: chrome/browser/history/redirect_uitest.cc
|
| diff --git a/chrome/browser/history/redirect_uitest.cc b/chrome/browser/history/redirect_uitest.cc
|
| index 85126a1740a3eee369fedb5112dcc1464c8f00b3..b017f5647f0cd151188bb6a885724da7342c6048 100644
|
| --- a/chrome/browser/history/redirect_uitest.cc
|
| +++ b/chrome/browser/history/redirect_uitest.cc
|
| @@ -214,7 +214,7 @@ TEST_F(RedirectTest, ClientServerServer) {
|
| NavigateToURL(first_url);
|
|
|
| for (int i = 0; i < 10; ++i) {
|
| - base::PlatformThread::Sleep(TestTimeouts::action_timeout_ms());
|
| + base::PlatformThread::Sleep(TestTimeouts::action_timeout());
|
| scoped_refptr<TabProxy> tab_proxy(GetActiveTab());
|
| ASSERT_TRUE(tab_proxy.get());
|
| ASSERT_TRUE(tab_proxy->GetRedirectsFrom(first_url, &redirects));
|
| @@ -322,7 +322,7 @@ TEST_F(RedirectTest,
|
| std::wstring final_url_title = UTF8ToWide("Title Of Awesomeness");
|
| // Wait till the final page has been loaded.
|
| for (int i = 0; i < 10; ++i) {
|
| - base::PlatformThread::Sleep(TestTimeouts::action_timeout_ms());
|
| + base::PlatformThread::Sleep(TestTimeouts::action_timeout());
|
| scoped_refptr<TabProxy> tab_proxy(GetActiveTab());
|
| ASSERT_TRUE(tab_proxy.get());
|
| ASSERT_TRUE(tab_proxy->GetTabTitle(&tab_title));
|
|
|