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

Unified Diff: net/ssl/client_cert_store_chromeos.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/client_cert_store_chromeos.cc
diff --git a/net/ssl/client_cert_store_chromeos.cc b/net/ssl/client_cert_store_chromeos.cc
index f357797e34b5d18b87766d81eaf1a42452635950..128ad8e5ddb1ddddbe4863d8dc8eda9cf38ef0c0 100644
--- a/net/ssl/client_cert_store_chromeos.cc
+++ b/net/ssl/client_cert_store_chromeos.cc
@@ -16,9 +16,11 @@ ClientCertStoreChromeOS::ClientCertStoreChromeOS(
const std::string& username_hash,
const PasswordDelegateFactory& password_delegate_factory)
: ClientCertStoreNSS(password_delegate_factory),
- username_hash_(username_hash) {}
+ username_hash_(username_hash) {
+}
-ClientCertStoreChromeOS::~ClientCertStoreChromeOS() {}
+ClientCertStoreChromeOS::~ClientCertStoreChromeOS() {
+}
void ClientCertStoreChromeOS::GetClientCerts(
const SSLCertRequestInfo& cert_request_info,
@@ -38,10 +40,11 @@ void ClientCertStoreChromeOS::GetClientCerts(
&cert_request_info, selected_certs, callback, private_slot.Pass());
}
-void ClientCertStoreChromeOS::GetClientCertsImpl(CERTCertList* cert_list,
- const SSLCertRequestInfo& request,
- bool query_nssdb,
- CertificateList* selected_certs) {
+void ClientCertStoreChromeOS::GetClientCertsImpl(
+ CERTCertList* cert_list,
+ const SSLCertRequestInfo& request,
+ bool query_nssdb,
+ CertificateList* selected_certs) {
ClientCertStoreNSS::GetClientCertsImpl(
cert_list, request, query_nssdb, selected_certs);
@@ -90,5 +93,4 @@ bool ClientCertStoreChromeOS::SelectClientCertsForTesting(
return true;
}
-
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698