Index: net/quic/core/congestion_control/send_algorithm_simulator.cc |
diff --git a/net/quic/core/congestion_control/send_algorithm_simulator.cc b/net/quic/core/congestion_control/send_algorithm_simulator.cc |
index bdb8b91e7e12610827a155b652a10067f5c39eda..7bc797aeef7686b63bc680c7b5d380593349a215 100644 |
--- a/net/quic/core/congestion_control/send_algorithm_simulator.cc |
+++ b/net/quic/core/congestion_control/send_algorithm_simulator.cc |
@@ -56,7 +56,7 @@ SendAlgorithmSimulator::Transfer::Transfer(Sender* sender, |
bytes_lost(0), |
bytes_in_flight(0), |
start_time(start_time), |
- name(name) {} |
+ name(std::move(name)) {} |
SendAlgorithmSimulator::SendAlgorithmSimulator(MockClock* clock, |
QuicBandwidth bandwidth, |