Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: net/cert/cert_policy_enforcer_unittest.cc

Issue 817653003: Update from https://crrev.com/309717 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/base/test_completion_callback.h ('k') | net/cert/x509_certificate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_policy_enforcer_unittest.cc
diff --git a/net/cert/cert_policy_enforcer_unittest.cc b/net/cert/cert_policy_enforcer_unittest.cc
index 9299761b9ad83542601bb1f940839431a40f7d8b..f920963f6aa37216be9d12ca9279938dd5ea953e 100644
--- a/net/cert/cert_policy_enforcer_unittest.cc
+++ b/net/cert/cert_policy_enforcer_unittest.cc
@@ -46,7 +46,7 @@ class DummyEVCertsWhitelist : public ct::EVCertsWhitelist {
class CertPolicyEnforcerTest : public ::testing::Test {
public:
- virtual void SetUp() override {
+ void SetUp() override {
policy_enforcer_.reset(new CertPolicyEnforcer(true));
std::string der_test_cert(ct::GetDerEncodedX509Cert());
« no previous file with comments | « net/base/test_completion_callback.h ('k') | net/cert/x509_certificate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698