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

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

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/proof_source.h ('k') | net/quic/core/crypto/properties_based_quic_server_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/proof_source.cc
diff --git a/net/quic/core/crypto/proof_source.cc b/net/quic/core/crypto/proof_source.cc
index 9a72345f09041633dcd4aef2091ca7a6b4e37f3e..7b7f38be57e00eac54b479429efe85b0b8e96226 100644
--- a/net/quic/core/crypto/proof_source.cc
+++ b/net/quic/core/crypto/proof_source.cc
@@ -4,10 +4,11 @@
#include "net/quic/core/crypto/proof_source.h"
+using std::string;
+
namespace net {
-ProofSource::Chain::Chain(const std::vector<std::string>& certs)
- : certs(certs) {}
+ProofSource::Chain::Chain(const std::vector<string>& certs) : certs(certs) {}
ProofSource::Chain::~Chain() {}
« no previous file with comments | « net/quic/core/crypto/proof_source.h ('k') | net/quic/core/crypto/properties_based_quic_server_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698