commit | 04e05b5d2a783d3e9a260db685b51e39a51039f2 | [log] [tgz] |
---|---|---|
author | dcheng <[email protected]> | Thu Aug 28 21:39:01 2014 |
committer | Commit bot <[email protected]> | Thu Aug 28 21:40:12 2014 |
tree | d85ab2e3621aff3a63e8554afe9964729771a6fb | |
parent | 58cfacd2313c2a67aa52e02f1eccc352df427502 [diff] [blame] |
Manual fixups in remoting/ for scoped_refptr operator T* removal. BUG=110610 Review URL: https://codereview.chromium.org/511313002 Cr-Commit-Position: refs/heads/master@{#292467}
diff --git a/remoting/client/client_context.h b/remoting/client/client_context.h index 19c36f3..7568387a 100644 --- a/remoting/client/client_context.h +++ b/remoting/client/client_context.h
@@ -21,7 +21,8 @@ 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();