Index: chrome/test/url_fetch_test/url_fetch_test.cc |
=================================================================== |
--- chrome/test/url_fetch_test/url_fetch_test.cc (revision 17078) |
+++ chrome/test/url_fetch_test/url_fetch_test.cc (working copy) |
@@ -27,7 +27,7 @@ |
void RunTest(const GURL& url, const char *waitCookieName, |
const char *waitCookieValue, const wchar_t *varToFetch, |
UrlFetchTestResult *result) { |
- scoped_ptr<TabProxy> tab(GetActiveTab()); |
+ scoped_refptr<TabProxy> tab(GetActiveTab()); |
tab->NavigateToURL(url); |
if (waitCookieName) { |