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

Unified Diff: net/ssl/ssl_client_auth_cache_unittest.cc

Issue 266243004: Clang format slam. Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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/ssl/ssl_client_auth_cache_unittest.cc
diff --git a/net/ssl/ssl_client_auth_cache_unittest.cc b/net/ssl/ssl_client_auth_cache_unittest.cc
index 284fb46eda86a329ff2addb06f5669df5ed4458d..5d404b1b449ca4d54b2e488d2df3db512f9e248c 100644
--- a/net/ssl/ssl_client_auth_cache_unittest.cc
+++ b/net/ssl/ssl_client_auth_cache_unittest.cc
@@ -26,7 +26,7 @@ TEST(SSLClientAuthCacheTest, LookupAddRemove) {
HostPortPair server3("foo3", 443);
scoped_refptr<X509Certificate> cert3(
- new X509Certificate("foo3", "CA", start_date, expiration_date));
+ new X509Certificate("foo3", "CA", start_date, expiration_date));
scoped_refptr<X509Certificate> cached_cert;
// Lookup non-existent client certificate.

Powered by Google App Engine
This is Rietveld 408576698