| Index: chrome/browser/tab_restore_uitest.cc
|
| diff --git a/chrome/browser/tab_restore_uitest.cc b/chrome/browser/tab_restore_uitest.cc
|
| index 5ea98eb6debe05c5173ed348ca26a71310a85cad..9e3dac0db8a43aac2d6db49d6dd5dfa74aa276d0 100644
|
| --- a/chrome/browser/tab_restore_uitest.cc
|
| +++ b/chrome/browser/tab_restore_uitest.cc
|
| @@ -92,7 +92,7 @@ class TabRestoreUITest : public UITest {
|
| ASSERT_TRUE(restored_tab_proxy.get());
|
| // Wait for the restored tab to finish loading.
|
| ASSERT_TRUE(restored_tab_proxy->WaitForTabToBeRestored(
|
| - action_max_timeout_ms()));
|
| + TestTimeouts::action_max_timeout_ms()));
|
|
|
| // Ensure that the tab and window are active.
|
| CheckActiveWindow(browser_proxy.get());
|
|
|