| Index: net/cert/ct_policy_enforcer.cc
|
| diff --git a/net/cert/cert_policy_enforcer.cc b/net/cert/ct_policy_enforcer.cc
|
| similarity index 99%
|
| rename from net/cert/cert_policy_enforcer.cc
|
| rename to net/cert/ct_policy_enforcer.cc
|
| index 8e4ba8d8b2eb38e8fb1d998b2753a580352b4f1c..d9c92421bf86e0ba4d7d101e07268769ad1dd137 100644
|
| --- a/net/cert/cert_policy_enforcer.cc
|
| +++ b/net/cert/ct_policy_enforcer.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "net/cert/cert_policy_enforcer.h"
|
| +#include "net/cert/ct_policy_enforcer.h"
|
|
|
| #include <algorithm>
|
| #include <utility>
|
| @@ -296,7 +296,7 @@ void CheckCTEVPolicyCompliance(X509Certificate* cert,
|
|
|
| } // namespace
|
|
|
| -bool CertPolicyEnforcer::DoesConformToCTEVPolicy(
|
| +bool CTPolicyEnforcer::DoesConformToCTEVPolicy(
|
| X509Certificate* cert,
|
| const ct::EVCertsWhitelist* ev_whitelist,
|
| const ct::CTVerifyResult& ct_result,
|
|
|