summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui/v8_benchmark_uitest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/ui/v8_benchmark_uitest.cc')
-rw-r--r--chrome/test/ui/v8_benchmark_uitest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/ui/v8_benchmark_uitest.cc b/chrome/test/ui/v8_benchmark_uitest.cc
index 76deb22..5d16776 100644
--- a/chrome/test/ui/v8_benchmark_uitest.cc
+++ b/chrome/test/ui/v8_benchmark_uitest.cc
@@ -39,7 +39,7 @@ class V8BenchmarkTest : public UITest {
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.