| Index: chrome/test/selenium/selenium_test.cc
|
| ===================================================================
|
| --- chrome/test/selenium/selenium_test.cc (revision 17078)
|
| +++ chrome/test/selenium/selenium_test.cc (working copy)
|
| @@ -103,7 +103,7 @@
|
| file_util::AppendToPath(&test_path, L"TestRunner.html");
|
|
|
| GURL test_url(net::FilePathToFileURL(FilePath::FromWStringHack(test_path)));
|
| - scoped_ptr<TabProxy> tab(GetActiveTab());
|
| + scoped_refptr<TabProxy> tab(GetActiveTab());
|
| tab->NavigateToURL(test_url);
|
|
|
| // Wait for the test to finish.
|
|
|