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

Unified Diff: content/child/thread_safe_sender.h

Issue 511183002: Manual fixups in content/child for scoped_refptr operator T* removal. (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
« no previous file with comments | « no previous file | content/child/thread_safe_sender.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/thread_safe_sender.h
diff --git a/content/child/thread_safe_sender.h b/content/child/thread_safe_sender.h
index 6cd5c7517e9e98bf42a53d9ca533e966ff78063a..330e4833c500b460f25445c541ec18c2c3cad12f 100644
--- a/content/child/thread_safe_sender.h
+++ b/content/child/thread_safe_sender.h
@@ -34,8 +34,8 @@ class CONTENT_EXPORT ThreadSafeSender
friend class WebIDBCursorImplTest;
friend class base::RefCountedThreadSafe<ThreadSafeSender>;
- ThreadSafeSender(base::MessageLoopProxy* main_loop,
- IPC::SyncMessageFilter* sync_filter);
+ ThreadSafeSender(const scoped_refptr<base::MessageLoopProxy>& main_loop,
+ const scoped_refptr<IPC::SyncMessageFilter>& sync_filter);
virtual ~ThreadSafeSender();
scoped_refptr<base::MessageLoopProxy> main_loop_;
« no previous file with comments | « no previous file | content/child/thread_safe_sender.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698