| Index: net/cert/x509_util_openssl.h
|
| diff --git a/net/cert/x509_util_openssl.h b/net/cert/x509_util_openssl.h
|
| index ec4538003f376e40d9e0431a5d2170bbcf0fac1d..21e829f2cfad683c89a9a1f3446d588f97567f78 100644
|
| --- a/net/cert/x509_util_openssl.h
|
| +++ b/net/cert/x509_util_openssl.h
|
| @@ -28,18 +28,16 @@ bool NET_EXPORT ParsePrincipalKeyAndValueByIndex(X509_NAME* name,
|
| std::string* key,
|
| std::string* value);
|
|
|
| -bool NET_EXPORT ParsePrincipalValueByIndex(X509_NAME* name,
|
| - int index,
|
| - std::string* value);
|
| +bool NET_EXPORT
|
| + ParsePrincipalValueByIndex(X509_NAME* name, int index, std::string* value);
|
|
|
| -bool NET_EXPORT ParsePrincipalValueByNID(X509_NAME* name,
|
| - int nid,
|
| - std::string* value);
|
| +bool NET_EXPORT
|
| + ParsePrincipalValueByNID(X509_NAME* name, int nid, std::string* value);
|
|
|
| bool NET_EXPORT ParseDate(ASN1_TIME* x509_time, base::Time* time);
|
|
|
| -} // namespace x509_util
|
| +} // namespace x509_util
|
|
|
| -} // namespace net
|
| +} // namespace net
|
|
|
| #endif // NET_CERT_X509_UTIL_OPENSSL_H_
|
|
|