Chromium Code Reviews| Index: webkit/glue/plugins/mozilla_extensions.cc |
| =================================================================== |
| --- webkit/glue/plugins/mozilla_extensions.cc (revision 6881) |
| +++ webkit/glue/plugins/mozilla_extensions.cc (working copy) |
| @@ -42,7 +42,8 @@ |
| 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; |