summaryrefslogtreecommitdiffstats
path: root/webkit/glue/plugins/mozilla_extensions.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/glue/plugins/mozilla_extensions.cc')
-rw-r--r--webkit/glue/plugins/mozilla_extensions.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/glue/plugins/mozilla_extensions.cc b/webkit/glue/plugins/mozilla_extensions.cc
index 5c0f47f..b70e87b 100644
--- a/webkit/glue/plugins/mozilla_extensions.cc
+++ b/webkit/glue/plugins/mozilla_extensions.cc
@@ -42,7 +42,8 @@ bool MozillaExtensionApi::FindProxyForUrl(const char* url,
return result;
}
- scoped_ptr<net::ProxyService> proxy_service(net::ProxyService::Create(NULL));
+ scoped_refptr<net::ProxyService> proxy_service(
+ net::ProxyService::Create(NULL));
if (!proxy_service.get()) {
NOTREACHED();
return result;