Index: net/dns/host_resolver_impl.cc |
diff --git a/net/dns/host_resolver_impl.cc b/net/dns/host_resolver_impl.cc |
index d3f83655356922b58551ca13adbec1bf14c157d5..179b3fcdbcebd79bf0bed85aeaf80fb5d392b4d8 100644 |
--- a/net/dns/host_resolver_impl.cc |
+++ b/net/dns/host_resolver_impl.cc |
@@ -1417,9 +1417,7 @@ class HostResolverImpl::Job : public PrioritizedDispatcher::Job, |
return false; |
} |
- const Key key() const { |
- return key_; |
- } |
+ const Key& key() const { return key_; } |
bool is_queued() const { |
return !handle_.is_null(); |