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

Unified Diff: remoting/client/client_context.cc

Issue 15782010: Update remoting/ and jingle/ to use scoped_refptr<T>::get() rather than implicit "operator T*" (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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 | « remoting/client/chromoting_client.cc ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/client_context.cc
diff --git a/remoting/client/client_context.cc b/remoting/client/client_context.cc
index 7dcbdf8a0939b5994aa5d5517598ef46c2c0bfb0..fbb5a467d61f65cd0bea8344b0cdfaff3d83b9cc 100644
--- a/remoting/client/client_context.cc
+++ b/remoting/client/client_context.cc
@@ -28,7 +28,7 @@ void ClientContext::Stop() {
}
base::SingleThreadTaskRunner* ClientContext::main_task_runner() {
- return main_task_runner_;
+ return main_task_runner_.get();
}
base::SingleThreadTaskRunner* ClientContext::decode_task_runner() {
« no previous file with comments | « remoting/client/chromoting_client.cc ('k') | remoting/client/plugin/chromoting_instance.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698