Index: net/dns/address_sorter_posix.cc |
diff --git a/net/dns/address_sorter_posix.cc b/net/dns/address_sorter_posix.cc |
index 5e2fe943264520d4bea0fcb1e53923b9b040d6c9..de50e4df849908eaafbdba04817dbc51acc38256 100644 |
--- a/net/dns/address_sorter_posix.cc |
+++ b/net/dns/address_sorter_posix.cc |
@@ -303,7 +303,7 @@ void AddressSorterPosix::Sort(const AddressList& list, |
CommonPrefixLength(info->address, src.address()), |
info->src->prefix_length); |
} |
- sort_list.push_back(info.release()); |
+ sort_list.push_back(info.Pass()); |
} |
std::stable_sort(sort_list.begin(), sort_list.end(), CompareDestinations); |