| Index: net/cert/ocsp_verify_result.h
|
| diff --git a/net/cert/ocsp_verify_result.h b/net/cert/ocsp_verify_result.h
|
| index a2b8494b27719b728fa209a5e0b61c3e5175b511..a4dc71e80e2dda65e373efed02fc5b2675613df5 100644
|
| --- a/net/cert/ocsp_verify_result.h
|
| +++ b/net/cert/ocsp_verify_result.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_VERIFY_RESULT_H
|
| -#define NET_CERT_OCSP_VERIFY_RESULT_H
|
| +#ifndef NET_CERT_OCSP_VERIFY_RESULT_H_
|
| +#define NET_CERT_OCSP_VERIFY_RESULT_H_
|
|
|
| #include <string>
|
|
|
| @@ -65,4 +65,4 @@ struct NET_EXPORT OCSPVerifyResult {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_CERT_OCSP_VERIFY_RESULT_H
|
| +#endif // NET_CERT_OCSP_VERIFY_RESULT_H_
|
|
|