summaryrefslogtreecommitdiffstats
path: root/remoting/test/fake_port_allocator.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/test/fake_port_allocator.cc')
-rw-r--r--remoting/test/fake_port_allocator.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/test/fake_port_allocator.cc b/remoting/test/fake_port_allocator.cc
index 64eb08f..0a96f1e 100644
--- a/remoting/test/fake_port_allocator.cc
+++ b/remoting/test/fake_port_allocator.cc
@@ -95,7 +95,7 @@ scoped_ptr<FakePortAllocator> FakePortAllocator::Create(
scoped_ptr<rtc::NetworkManager> network_manager(
new FakeNetworkManager(socket_factory->GetAddress()));
- return scoped_ptr<FakePortAllocator>(
+ return make_scoped_ptr(
new FakePortAllocator(network_manager.Pass(), socket_factory.Pass()));
}