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

Unified Diff: net/cert/x509_util_ios.h

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/cert/x509_util_ios.h
diff --git a/net/cert/x509_util_ios.h b/net/cert/x509_util_ios.h
index 5a8a57601ca629f884b01fc05edaab8ca4243b05..37f88b9ff32a84d733688d9aa4c517e8768465c1 100644
--- a/net/cert/x509_util_ios.h
+++ b/net/cert/x509_util_ios.h
@@ -49,6 +49,7 @@ class NSSCertificate {
explicit NSSCertificate(SecCertificateRef cert_handle);
~NSSCertificate();
CERTCertificate* cert_handle() const;
+
private:
CERTCertificate* nss_cert_handle_;
};
@@ -62,6 +63,7 @@ class NSSCertChain {
~NSSCertChain();
CERTCertificate* cert_handle() const;
const std::vector<CERTCertificate*>& cert_chain() const;
+
private:
std::vector<CERTCertificate*> certs_;
};

Powered by Google App Engine
This is Rietveld 408576698