Index: ppapi/shared_impl/ppb_url_request_info_shared.h |
=================================================================== |
--- ppapi/shared_impl/ppb_url_request_info_shared.h (revision 137269) |
+++ ppapi/shared_impl/ppb_url_request_info_shared.h (working copy) |
@@ -32,7 +32,7 @@ |
// may still be NULL in some cases, such as deserialization errors. |
// |
// This is a bit tricky. In the plugin side of the proxy, both the file ref |
- // and the file_ref_host_resource will be set and valid. The scoped_ptr |
+ // and the file_ref_host_resource will be set and valid. The scoped_refptr |
// ensures that the resource is alive for as long as the BodyItem is. |
// |
// When we deserialize this in the renderer, only the |