| Index: webkit/browser/blob/blob_url_request_job_factory.h
|
| diff --git a/webkit/browser/blob/blob_url_request_job_factory.h b/webkit/browser/blob/blob_url_request_job_factory.h
|
| index 88ccc64dd6ce8f136b841613c642cf19d6e1d41d..954aaeebae6df5c578e6051ceb95c843dec035e3 100644
|
| --- a/webkit/browser/blob/blob_url_request_job_factory.h
|
| +++ b/webkit/browser/blob/blob_url_request_job_factory.h
|
| @@ -34,7 +34,7 @@ class WEBKIT_STORAGE_BROWSER_EXPORT BlobProtocolHandler
|
| : public net::URLRequestJobFactory::ProtocolHandler {
|
| public:
|
| // A helper to manufacture an URLRequest to retrieve the given blob.
|
| - static net::URLRequest* CreateBlobRequest(
|
| + static scoped_ptr<net::URLRequest> CreateBlobRequest(
|
| scoped_ptr<BlobDataHandle> blob_data_handle,
|
| const net::URLRequestContext* request_context,
|
| net::URLRequest::Delegate* request_delegate);
|
|
|