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

Unified Diff: net/quic/core/crypto/proof_source.h

Issue 2566783002: Various formatting cleanups to net/quic/crypto and net/quic/congestion_control (Closed)
Patch Set: Rebase Created 4 years 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/quic/core/crypto/p256_key_exchange_test.cc ('k') | net/quic/core/crypto/proof_source.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/proof_source.h
diff --git a/net/quic/core/crypto/proof_source.h b/net/quic/core/crypto/proof_source.h
index 8db52f7a66e682c43a20a11756855732018cd69e..8fd184f65d26adff029d6a1a090655f697230276 100644
--- a/net/quic/core/crypto/proof_source.h
+++ b/net/quic/core/crypto/proof_source.h
@@ -21,7 +21,7 @@ namespace net {
// chains and signatures that prove its identity.
class QUIC_EXPORT_PRIVATE ProofSource {
public:
- // Chain is a reference-counted wrapper for a std::vector of std::stringified
+ // Chain is a reference-counted wrapper for a vector of stringified
// certificates.
struct QUIC_EXPORT_PRIVATE Chain : public QuicReferenceCounted {
explicit Chain(const std::vector<std::string>& certs);
« no previous file with comments | « net/quic/core/crypto/p256_key_exchange_test.cc ('k') | net/quic/core/crypto/proof_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698