Index: chrome/test/page_cycler/page_cycler_test.cc |
=================================================================== |
--- chrome/test/page_cycler/page_cycler_test.cc (revision 17078) |
+++ chrome/test/page_cycler/page_cycler_test.cc (working copy) |
@@ -67,7 +67,7 @@ |
url_parse::Component(0, arraysize(query_string) - 1)); |
test_url = test_url.ReplaceComponents(replacements); |
- scoped_ptr<TabProxy> tab(GetActiveTab()); |
+ scoped_refptr<TabProxy> tab(GetActiveTab()); |
tab->NavigateToURL(test_url); |
// Wait for the test to finish. |