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

Unified Diff: remoting/client/client_context.h

Issue 511313002: Manual fixups in remoting/ 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 | remoting/client/client_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/client_context.h
diff --git a/remoting/client/client_context.h b/remoting/client/client_context.h
index 19c36f3c3564d7654d9561e81100a237b244a721..7568387a87d257b12bcca24c25f73cbd2ffe6d05 100644
--- a/remoting/client/client_context.h
+++ b/remoting/client/client_context.h
@@ -21,7 +21,8 @@ class ClientContext {
public:
// |main_task_runner| is the task runner for the main plugin thread
// that is used for all PPAPI calls, e.g. network and graphics.
- ClientContext(base::SingleThreadTaskRunner* main_task_runner);
+ ClientContext(
+ const scoped_refptr<base::SingleThreadTaskRunner>& main_task_runner);
virtual ~ClientContext();
void Start();
« no previous file with comments | « no previous file | remoting/client/client_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698