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

Unified Diff: webkit/browser/quota/quota_manager_proxy.cc

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/quota/quota_manager_proxy.cc
diff --git a/webkit/browser/quota/quota_manager_proxy.cc b/webkit/browser/quota/quota_manager_proxy.cc
index 7cc39c761936054405c0543e63d1dec46722174e..499535ecdf06158d8af6db9a009bb989efc977df 100644
--- a/webkit/browser/quota/quota_manager_proxy.cc
+++ b/webkit/browser/quota/quota_manager_proxy.cc
@@ -150,7 +150,8 @@ QuotaManager* QuotaManagerProxy::quota_manager() const {
}
QuotaManagerProxy::QuotaManagerProxy(
- QuotaManager* manager, base::SingleThreadTaskRunner* io_thread)
+ QuotaManager* manager,
+ const scoped_refptr<base::SingleThreadTaskRunner>& io_thread)
: manager_(manager), io_thread_(io_thread) {
}

Powered by Google App Engine
This is Rietveld 408576698