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

Unified Diff: net/cert/cert_verify_proc_unittest.cc

Issue 669813003: Update from chromium https://crrev.com/301725/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 months 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/cert/cert_verify_proc_nss.h ('k') | net/cert/ct_ev_whitelist.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_proc_unittest.cc
diff --git a/net/cert/cert_verify_proc_unittest.cc b/net/cert/cert_verify_proc_unittest.cc
index 4031eac4bcdcf68158a0b083e84db2f9ab00d92f..10a880b42ccc3f7b111f256c65c85e2ea5016f7f 100644
--- a/net/cert/cert_verify_proc_unittest.cc
+++ b/net/cert/cert_verify_proc_unittest.cc
@@ -114,7 +114,7 @@ class CertVerifyProcTest : public testing::Test {
CertVerifyProcTest()
: verify_proc_(CertVerifyProc::CreateDefault()) {
}
- virtual ~CertVerifyProcTest() {}
+ ~CertVerifyProcTest() override {}
protected:
bool SupportsAdditionalTrustAnchors() {
« no previous file with comments | « net/cert/cert_verify_proc_nss.h ('k') | net/cert/ct_ev_whitelist.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698