| Index: net/http/transport_security_state.h
|
| diff --git a/net/http/transport_security_state.h b/net/http/transport_security_state.h
|
| index fc40b7d1413f36e3f97bb58c4b3fe0dc7409b559..c020ec17f0ff434208486b61268b9f72ef06c4ea 100644
|
| --- a/net/http/transport_security_state.h
|
| +++ b/net/http/transport_security_state.h
|
| @@ -322,7 +322,7 @@ class NET_EXPORT TransportSecurityState
|
| // for OCSP responses behind MITM proxies are not useful to site owners.
|
| void CheckExpectStaple(const HostPortPair& host_port_pair,
|
| const SSLInfo& ssl_info,
|
| - const std::string& ocsp_response);
|
| + base::StringPiece ocsp_response);
|
|
|
| // Returns true if connections to |host|, using the validated certificate
|
| // |validated_certificate_chain|, are expected to be accompanied with
|
|
|