| Index: chrome/browser/net/network_stats.h
|
| diff --git a/chrome/browser/net/network_stats.h b/chrome/browser/net/network_stats.h
|
| index 8425c3614bc5fe27b1e4496241f4dfaa56479a9d..c06d146bbe0982458af367294ca32bf678686d08 100644
|
| --- a/chrome/browser/net/network_stats.h
|
| +++ b/chrome/browser/net/network_stats.h
|
| @@ -149,7 +149,7 @@ class NetworkStats {
|
| base::TimeTicks start_time() const { return start_time_; }
|
|
|
| // Returns |addresses_|.
|
| - net::AddressList GetAddressList() const { return addresses_; }
|
| + const net::AddressList& get_address_list() const { return addresses_; }
|
|
|
| // Collect the following network connectivity stats.
|
| // a) What percentage of users can get a message end-to-end to a TCP/UDP
|
|
|