| Index: net/quic/quic_crypto_server_stream.cc
|
| diff --git a/net/quic/quic_crypto_server_stream.cc b/net/quic/quic_crypto_server_stream.cc
|
| index c4b58938b332d5df7129fa9f623699eff65b1ab0..8117216d57bb8122b45d48020897959fd91ecc50 100644
|
| --- a/net/quic/quic_crypto_server_stream.cc
|
| +++ b/net/quic/quic_crypto_server_stream.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| #include "net/quic/quic_crypto_server_stream.h"
|
|
|
| +#include <string>
|
| +
|
| #include "base/base64.h"
|
| #include "crypto/secure_hash.h"
|
| #include "net/quic/crypto/cached_network_parameters.h"
|
| @@ -15,6 +17,8 @@
|
| #include "net/quic/quic_protocol.h"
|
| #include "net/quic/quic_session.h"
|
|
|
| +using std::string;
|
| +
|
| namespace net {
|
|
|
| void ServerHelloNotifier::OnAckNotification(
|
|
|