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

Unified Diff: net/tools/quic/quic_spdy_client_stream_test.cc

Issue 1811043002: Landing Recent QUIC changes until 2016-03-15 16:26 UTC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add an export clause. Created 4 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
« no previous file with comments | « net/tools/quic/quic_server.cc ('k') | net/tools/quic/test_tools/quic_server_peer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_spdy_client_stream_test.cc
diff --git a/net/tools/quic/quic_spdy_client_stream_test.cc b/net/tools/quic/quic_spdy_client_stream_test.cc
index 715fda03407f016693f6f38aae025f8ec8af0eeb..8b42df5a56a96e1a5ff9d4a5b3d7a3e7d4104851 100644
--- a/net/tools/quic/quic_spdy_client_stream_test.cc
+++ b/net/tools/quic/quic_spdy_client_stream_test.cc
@@ -42,7 +42,7 @@ class MockQuicClientSession : public QuicClientSession {
: QuicClientSession(
DefaultQuicConfig(),
connection,
- QuicServerId("example.com", 80, PRIVACY_MODE_DISABLED),
+ QuicServerId("example.com", 443, PRIVACY_MODE_DISABLED),
&crypto_config_,
push_promise_index),
crypto_config_(CryptoTestUtils::ProofVerifierForTesting()) {}
« no previous file with comments | « net/tools/quic/quic_server.cc ('k') | net/tools/quic/test_tools/quic_server_peer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698