Index: chrome/test/ui/v8_benchmark_uitest.cc |
=================================================================== |
--- chrome/test/ui/v8_benchmark_uitest.cc (revision 17078) |
+++ chrome/test/ui/v8_benchmark_uitest.cc (working copy) |
@@ -39,7 +39,7 @@ |
test_path = test_path.Append(start_file); |
GURL test_url(net::FilePathToFileURL(test_path)); |
- scoped_ptr<TabProxy> tab(GetActiveTab()); |
+ scoped_refptr<TabProxy> tab(GetActiveTab()); |
tab->NavigateToURL(test_url); |
// Wait for the test to finish. |