Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Unified Diff: webkit/browser/blob/blob_url_request_job_factory.h

Issue 515093002: FileAPI/sync file system cleanups for scoped_refptr operator T* cleanup. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 08d184458bf9a43ab433b6d73c0552f439f326a7..6721f00d68744bf87dcaf77e0d710c7b3e35f095 100644
--- a/webkit/browser/blob/blob_url_request_job_factory.h
+++ b/webkit/browser/blob/blob_url_request_job_factory.h
@@ -45,9 +45,10 @@ class STORAGE_EXPORT BlobProtocolHandler
net::URLRequest* request,
scoped_ptr<BlobDataHandle> blob_data_handle);
- BlobProtocolHandler(BlobStorageContext* context,
- storage::FileSystemContext* file_system_context,
- base::MessageLoopProxy* file_loop_proxy);
+ BlobProtocolHandler(
+ BlobStorageContext* context,
+ storage::FileSystemContext* file_system_context,
+ const scoped_refptr<base::MessageLoopProxy>& file_loop_proxy);
virtual ~BlobProtocolHandler();
virtual net::URLRequestJob* MaybeCreateJob(

Powered by Google App Engine
This is Rietveld 408576698