| Index: net/quic/crypto/crypto_utils.cc
|
| diff --git a/net/quic/crypto/crypto_utils.cc b/net/quic/crypto/crypto_utils.cc
|
| index 89ce4b4e316b5f11b84006ccbf8570631229bbc1..9ecf3f2f63f987d66a8eef10f48c2db58df8b2aa 100644
|
| --- a/net/quic/crypto/crypto_utils.cc
|
| +++ b/net/quic/crypto/crypto_utils.cc
|
| @@ -5,7 +5,6 @@
|
| #include "net/quic/crypto/crypto_utils.h"
|
|
|
| #include "crypto/hkdf.h"
|
| -#include "googleurl/src/url_canon.h"
|
| #include "net/base/net_util.h"
|
| #include "net/quic/crypto/crypto_handshake.h"
|
| #include "net/quic/crypto/crypto_protocol.h"
|
| @@ -13,6 +12,7 @@
|
| #include "net/quic/crypto/quic_encrypter.h"
|
| #include "net/quic/crypto/quic_random.h"
|
| #include "net/quic/quic_time.h"
|
| +#include "url/url_canon.h"
|
|
|
| using base::StringPiece;
|
| using std::string;
|
|
|