| Index: net/cert/ocsp_revocation_status.h
|
| diff --git a/net/cert/ocsp_revocation_status.h b/net/cert/ocsp_revocation_status.h
|
| index 945104f26f613a9e38d7c6b59c2952873960b673..c20dd2e2c833b91cebd3b38488d0ad9dc8d4b682 100644
|
| --- a/net/cert/ocsp_revocation_status.h
|
| +++ b/net/cert/ocsp_revocation_status.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_CERT_OCSP_REVOCATION_STATUS_H
|
| -#define NET_CERT_OCSP_REVOCATION_STATUS_H
|
| +#ifndef NET_CERT_OCSP_REVOCATION_STATUS_H_
|
| +#define NET_CERT_OCSP_REVOCATION_STATUS_H_
|
|
|
| namespace net {
|
|
|
| @@ -15,4 +15,4 @@ enum class OCSPRevocationStatus {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_CERT_OCSP_REVOCATION_STATUS_H
|
| +#endif // NET_CERT_OCSP_REVOCATION_STATUS_H_
|
|
|