summaryrefslogtreecommitdiffstats
path: root/ipc/ipc_test_base.cc
diff options
context:
space:
mode:
authordcheng <dcheng@chromium.org>2014-09-03 11:01:16 -0700
committerCommit bot <commit-bot@chromium.org>2014-09-03 18:05:59 +0000
commitff04843f8e1764f37fd0133a61f2727ab1b7960e (patch)
tree6db1de40c6da300ce648d7c203c1e7326ac79f4e /ipc/ipc_test_base.cc
parent6087f972c9907159dcde9455fb0bcb2fcabd9d1b (diff)
downloadchromium_src-ff04843f8e1764f37fd0133a61f2727ab1b7960e.zip
chromium_src-ff04843f8e1764f37fd0133a61f2727ab1b7960e.tar.gz
chromium_src-ff04843f8e1764f37fd0133a61f2727ab1b7960e.tar.bz2
ipc/ fixups for scoped_refptr operator T* removal.
BUG=110610 Review URL: https://codereview.chromium.org/535723002 Cr-Commit-Position: refs/heads/master@{#293170}
Diffstat (limited to 'ipc/ipc_test_base.cc')
-rw-r--r--ipc/ipc_test_base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipc/ipc_test_base.cc b/ipc/ipc_test_base.cc
index 974329d..7adb1a4 100644
--- a/ipc/ipc_test_base.cc
+++ b/ipc/ipc_test_base.cc
@@ -83,7 +83,7 @@ void IPCTestBase::CreateChannelFromChannelHandle(
void IPCTestBase::CreateChannelProxy(
IPC::Listener* listener,
- base::SingleThreadTaskRunner* ipc_task_runner) {
+ const scoped_refptr<base::SingleThreadTaskRunner>& ipc_task_runner) {
CHECK(!channel_.get());
CHECK(!channel_proxy_.get());
channel_proxy_ = IPC::ChannelProxy::Create(GetChannelName(test_client_name_),