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

Unified Diff: net/socket/ssl_client_socket_openssl_unittest.cc

Issue 839143002: Roll Chrome into Mojo. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
Index: net/socket/ssl_client_socket_openssl_unittest.cc
diff --git a/net/socket/ssl_client_socket_openssl_unittest.cc b/net/socket/ssl_client_socket_openssl_unittest.cc
index 8a6a8828810d4885d561fd7e9053c32ffa58ae18..1c226bdd2acd6ca8e406818bea2f8eb8633aa11c 100644
--- a/net/socket/ssl_client_socket_openssl_unittest.cc
+++ b/net/socket/ssl_client_socket_openssl_unittest.cc
@@ -94,9 +94,7 @@ class SSLClientSocketOpenSSLClientAuthTest : public PlatformTest {
key_store_ = OpenSSLClientKeyStore::GetInstance();
}
- virtual ~SSLClientSocketOpenSSLClientAuthTest() {
- key_store_->Flush();
- }
+ ~SSLClientSocketOpenSSLClientAuthTest() override { key_store_->Flush(); }
protected:
scoped_ptr<SSLClientSocket> CreateSSLClientSocket(

Powered by Google App Engine
This is Rietveld 408576698