| Index: net/cert/ct_policy_status.h
|
| diff --git a/net/cert/ct_policy_status.h b/net/cert/ct_policy_status.h
|
| index cc38585d6faf7769e4785a63800f1b2cee5524d1..c86e68100edbdcabd38fba381637d73cf4e98045 100644
|
| --- a/net/cert/ct_policy_status.h
|
| +++ b/net/cert/ct_policy_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_CT_POLICY_STATUS_H
|
| -#define NET_CERT_CT_POLICY_STATUS_H
|
| +#ifndef NET_CERT_CT_POLICY_STATUS_H_
|
| +#define NET_CERT_CT_POLICY_STATUS_H_
|
|
|
| namespace net {
|
|
|
| @@ -54,4 +54,4 @@ enum class EVPolicyCompliance {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_CERT_CT_POLICY_STATUS_H
|
| +#endif // NET_CERT_CT_POLICY_STATUS_H_
|
|
|