summaryrefslogtreecommitdiffstats
path: root/ipc/mojo/ipc_channel_mojo.cc
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2014-08-27 03:03:20 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-27 10:04:25 +0000
commitd4d317a4d96318376e1d16395955a64accbd8705 (patch)
tree8370546c0d68e0de48f580f298350fdbc9b9a980 /ipc/mojo/ipc_channel_mojo.cc
parenta27920ff436639a033cd36945542e89c3b913133 (diff)
downloadchromium_src-d4d317a4d96318376e1d16395955a64accbd8705.zip
chromium_src-d4d317a4d96318376e1d16395955a64accbd8705.tar.gz
chromium_src-d4d317a4d96318376e1d16395955a64accbd8705.tar.bz2
Remove implicit conversions from scoped_refptr to T* in ipc/
This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Review URL: https://codereview.chromium.org/507773002 Cr-Commit-Position: refs/heads/master@{#292130}
Diffstat (limited to 'ipc/mojo/ipc_channel_mojo.cc')
-rw-r--r--ipc/mojo/ipc_channel_mojo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/mojo/ipc_channel_mojo.cc b/ipc/mojo/ipc_channel_mojo.cc
index 8e205ac..2ec9945 100644
--- a/ipc/mojo/ipc_channel_mojo.cc
+++ b/ipc/mojo/ipc_channel_mojo.cc
@@ -488,7 +488,7 @@ ChannelMojo::ChannelMojo(
bootstrap_(bootstrap.Pass()),
mode_(mode), listener_(listener),
peer_pid_(base::kNullProcessId) {
- if (base::MessageLoopProxy::current() == io_thread_task_runner) {
+ if (base::MessageLoopProxy::current() == io_thread_task_runner.get()) {
InitOnIOThread();
} else {
io_thread_task_runner->PostTask(FROM_HERE,