| Index: net/http/http_server_properties_impl.h
|
| diff --git a/net/http/http_server_properties_impl.h b/net/http/http_server_properties_impl.h
|
| index a23cea09f82678b078e22483982d4bd587a39d8c..90f6419ace093d1fb0375b8e9d8f6d43d093b5af 100644
|
| --- a/net/http/http_server_properties_impl.h
|
| +++ b/net/http/http_server_properties_impl.h
|
| @@ -115,7 +115,7 @@ class NET_EXPORT HttpServerPropertiesImpl
|
| const SpdySettingsMap& spdy_settings_map() const override;
|
| bool GetSupportsQuic(IPAddressNumber* last_address) const override;
|
| void SetSupportsQuic(bool used_quic, const IPAddressNumber& address) override;
|
| - void SetServerNetworkStats(const HostPortPair& host_port_pair,
|
| + bool SetServerNetworkStats(const HostPortPair& host_port_pair,
|
| ServerNetworkStats stats) override;
|
| const ServerNetworkStats* GetServerNetworkStats(
|
| const HostPortPair& host_port_pair) override;
|
|
|