Index: chrome/test/ui/dom_checker_uitest.cc |
=================================================================== |
--- chrome/test/ui/dom_checker_uitest.cc (revision 17078) |
+++ chrome/test/ui/dom_checker_uitest.cc (working copy) |
@@ -199,7 +199,7 @@ |
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. |