| 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 7154f3170d02240cdb119513a1f31e4cfd6f280d..2e5957b6d234d1bdf2e5d7c3554136c49895d4b8 100644
|
| --- a/chrome/test/reliability/automated_ui_tests.cc
|
| +++ b/chrome/test/reliability/automated_ui_tests.cc
|
| @@ -300,7 +300,7 @@ void AutomatedUITest::RunAutomatedUITest() {
|
| // Try and start up again.
|
| CloseBrowserAndServer();
|
| LaunchBrowserAndServer();
|
| - set_active_browser(automation()->GetBrowserWindow(0));
|
| + set_active_browser(automation()->GetBrowserWindow(0).get());
|
| if (DidCrash(true)) {
|
| no_errors = false;
|
| // We crashed again, so skip to the end of the this command.
|
|
|