Chromium Code Reviews| Index: net/quic/congestion_control/send_algorithm_simulator.cc |
| diff --git a/net/quic/congestion_control/send_algorithm_simulator.cc b/net/quic/congestion_control/send_algorithm_simulator.cc |
| index 765394342fbaf0c8cee6006480fa820438d4abc5..eedebe53f563be09bfbcf97aaef73eb909c56eb4 100644 |
| --- a/net/quic/congestion_control/send_algorithm_simulator.cc |
| +++ b/net/quic/congestion_control/send_algorithm_simulator.cc |
| @@ -14,6 +14,7 @@ using std::list; |
| using std::make_pair; |
| using std::max; |
| using std::min; |
| +using std::string; |
| using std::vector; |
| namespace net { |