| Index: net/cert/ct_objects_extractor_openssl.cc
|
| diff --git a/net/cert/ct_objects_extractor_openssl.cc b/net/cert/ct_objects_extractor_openssl.cc
|
| index 7ec241f0e364cc1b162111671ef447d2ca6373b5..80fed58d3de04d7e6b112dbcfc1d99465749932d 100644
|
| --- a/net/cert/ct_objects_extractor_openssl.cc
|
| +++ b/net/cert/ct_objects_extractor_openssl.cc
|
| @@ -29,8 +29,8 @@ void FreeX509_EXTENSIONS(X509_EXTENSIONS* ptr) {
|
| sk_X509_EXTENSION_pop_free(ptr, X509_EXTENSION_free);
|
| }
|
|
|
| -typedef crypto::ScopedOpenSSL<X509_EXTENSIONS, FreeX509_EXTENSIONS>::Type
|
| - ScopedX509_EXTENSIONS;
|
| +using ScopedX509_EXTENSIONS =
|
| + crypto::ScopedOpenSSL<X509_EXTENSIONS, FreeX509_EXTENSIONS>;
|
|
|
| // The wire form of the OID 1.3.6.1.4.1.11129.2.4.2. See Section 3.3 of
|
| // RFC6962.
|
|
|