Chromium Code Reviews| Index: chrome/test/ui/sunspider_uitest.cc |
| =================================================================== |
| --- chrome/test/ui/sunspider_uitest.cc (revision 17078) |
| +++ chrome/test/ui/sunspider_uitest.cc (working copy) |
| @@ -38,7 +38,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. |