Index: net/quic/test_tools/quic_crypto_server_config_peer.cc |
diff --git a/net/quic/test_tools/quic_crypto_server_config_peer.cc b/net/quic/test_tools/quic_crypto_server_config_peer.cc |
index 1be6ffc7f2d9586f9dfbbbed7858b4266254151b..8bf1d5b41b8d48b0ec09905f47e9f6cd1f011906 100644 |
--- a/net/quic/test_tools/quic_crypto_server_config_peer.cc |
+++ b/net/quic/test_tools/quic_crypto_server_config_peer.cc |
@@ -59,7 +59,7 @@ string QuicCryptoServerConfigPeer::NewSourceAddressToken( |
HandshakeFailureReason QuicCryptoServerConfigPeer::ValidateSourceAddressTokens( |
string config_id, |
- StringPiece srct, |
+ QuicStringPiece srct, |
const QuicIpAddress& ip, |
QuicWallTime now, |
CachedNetworkParameters* cached_network_params) { |
@@ -76,7 +76,7 @@ HandshakeFailureReason QuicCryptoServerConfigPeer::ValidateSourceAddressTokens( |
HandshakeFailureReason |
QuicCryptoServerConfigPeer::ValidateSingleSourceAddressToken( |
- StringPiece token, |
+ QuicStringPiece token, |
const QuicIpAddress& ip, |
QuicWallTime now) { |
SourceAddressTokens tokens; |