| Index: net/quic/core/crypto/ephemeral_key_source.h
|
| diff --git a/net/quic/core/crypto/ephemeral_key_source.h b/net/quic/core/crypto/ephemeral_key_source.h
|
| index f05fa28e9c662bd94268470d0493acf1dfbda3bc..ecc061d1f4aa13ce4821be403868de4181215cef 100644
|
| --- a/net/quic/core/crypto/ephemeral_key_source.h
|
| +++ b/net/quic/core/crypto/ephemeral_key_source.h
|
| @@ -7,9 +7,9 @@
|
|
|
| #include <string>
|
|
|
| -#include "base/strings/string_piece.h"
|
| #include "net/quic/core/quic_time.h"
|
| #include "net/quic/platform/api/quic_export.h"
|
| +#include "net/quic/platform/api/quic_string_piece.h"
|
|
|
| namespace net {
|
|
|
| @@ -33,7 +33,7 @@ class QUIC_EXPORT_PRIVATE EphemeralKeySource {
|
| const KeyExchange* key_exchange,
|
| QuicRandom* rand,
|
| QuicTime now,
|
| - base::StringPiece peer_public_value,
|
| + QuicStringPiece peer_public_value,
|
| std::string* public_value) = 0;
|
| };
|
|
|
|
|