Index: net/base/ssl_info.h |
=================================================================== |
--- net/base/ssl_info.h (revision 142157) |
+++ net/base/ssl_info.h (working copy) |
@@ -70,7 +70,7 @@ |
HandshakeType handshake_type; |
// The hashes of the SubjectPublicKeyInfos from each certificate in the chain. |
- std::vector<SHA1Fingerprint> public_key_hashes; |
+ std::vector<Fingerprint> public_key_hashes; |
}; |
} // namespace net |