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

Unified Diff: chrome/browser/nacl_host/nacl_process_host.cc

Issue 11275088: Remove implicit scoped_refptr operator T* Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 8 years, 2 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 | « chrome/browser/metrics/metrics_log.cc ('k') | chrome/browser/net/predictor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/nacl_host/nacl_process_host.cc
diff --git a/chrome/browser/nacl_host/nacl_process_host.cc b/chrome/browser/nacl_host/nacl_process_host.cc
index 30c8191d20619dc50dbca850607253696dacbe91..cdbccd7b937e92a21dbd90b6932579f597a94ce7 100644
--- a/chrome/browser/nacl_host/nacl_process_host.cc
+++ b/chrome/browser/nacl_host/nacl_process_host.cc
@@ -755,7 +755,7 @@ void NaClProcessHost::OnPpapiChannelCreated(
new IPC::ChannelProxy(channel_handle,
IPC::Channel::MODE_CLIENT,
&ipc_plugin_listener_,
- base::MessageLoopProxy::current()));
+ base::MessageLoopProxy::current().get()));
// Enable PPAPI message dispatching to the browser process.
content::EnablePepperSupportForChannel(
ipc_proxy_channel_.get(),
« no previous file with comments | « chrome/browser/metrics/metrics_log.cc ('k') | chrome/browser/net/predictor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698