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

Unified Diff: net/quic/crypto/quic_server_info.cc

Issue 218923002: Merge internal change: 63891842 - QuicServerId changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/quic/crypto/quic_server_info.cc
diff --git a/net/quic/crypto/quic_server_info.cc b/net/quic/crypto/quic_server_info.cc
index ab2a06287e0fe450f72b655c12cdc659182fe8f4..519d7b5fd6015bd2c0a42b2c7148fc06b125ea91 100644
--- a/net/quic/crypto/quic_server_info.cc
+++ b/net/quic/crypto/quic_server_info.cc
@@ -29,8 +29,8 @@ void QuicServerInfo::State::Clear() {
certs.clear();
}
-QuicServerInfo::QuicServerInfo(const QuicSessionKey& server_key)
- : server_key_(server_key) {
+QuicServerInfo::QuicServerInfo(const QuicServerId& server_id)
+ : server_id_(server_id) {
}
QuicServerInfo::~QuicServerInfo() {

Powered by Google App Engine
This is Rietveld 408576698