Index: chrome/common/logging_chrome_uitest.cc |
=================================================================== |
--- chrome/common/logging_chrome_uitest.cc (revision 17078) |
+++ chrome/common/logging_chrome_uitest.cc (working copy) |
@@ -108,7 +108,7 @@ |
// in process mode doesn't do the crashing. |
expected_crashes_ = 0; |
} else { |
- scoped_ptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); |
+ scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0)); |
ASSERT_TRUE(browser->WaitForTabCountToBecome(1, action_max_timeout_ms())); |
expected_crashes_ = 1; |
} |