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

Unified Diff: net/quic/chromium/quic_stream_factory_test.cc

Issue 2889273003: Fix some non-const ref function argument types. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « net/nqe/observation_buffer.h ('k') | net/ssl/ssl_config_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_stream_factory_test.cc
diff --git a/net/quic/chromium/quic_stream_factory_test.cc b/net/quic/chromium/quic_stream_factory_test.cc
index f427bf256fdf703fddfd3d6eec82947e8480f94b..8973f83d049446b428fb83f7dc1be7df162fc726 100644
--- a/net/quic/chromium/quic_stream_factory_test.cc
+++ b/net/quic/chromium/quic_stream_factory_test.cc
@@ -402,7 +402,8 @@ class QuicStreamFactoryTestBase {
}
// Helper method for server migration tests.
- void VerifyServerMigration(QuicConfig& config, IPEndPoint expected_address) {
+ void VerifyServerMigration(const QuicConfig& config,
+ IPEndPoint expected_address) {
allow_server_migration_ = true;
Initialize();
« no previous file with comments | « net/nqe/observation_buffer.h ('k') | net/ssl/ssl_config_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698