| Index: chrome/test/ui_test_utils.h
|
| diff --git a/chrome/test/ui_test_utils.h b/chrome/test/ui_test_utils.h
|
| index ad661e91160c50d7c9072f2270bcc6b7fffd2d4f..d6a7cd6ce2e498b75eb309d42dd5a7d20834e7e0 100644
|
| --- a/chrome/test/ui_test_utils.h
|
| +++ b/chrome/test/ui_test_utils.h
|
| @@ -199,8 +199,8 @@ AppModalDialog* WaitForAppModalDialog();
|
| // Causes the specified tab to crash. Blocks until it is crashed.
|
| void CrashTab(TabContents* tab);
|
|
|
| -// Waits for the focus to change in the specified RenderViewHost.
|
| -void WaitForFocusChange(RenderViewHost* rvh);
|
| +// Waits for the focus to change in the specified tab.
|
| +void WaitForFocusChange(TabContents* tab_contents);
|
|
|
| // Waits for the renderer to return focus to the browser (happens through tab
|
| // traversal).
|
|
|