| Index: net/quic/crypto/strike_register_client.h
|
| diff --git a/net/quic/crypto/strike_register_client.h b/net/quic/crypto/strike_register_client.h
|
| index e37827a899d1577dedd7679bdedc3425d1fdd5b0..99a8d271224768be41a036730574aacef8ca5a9c 100644
|
| --- a/net/quic/crypto/strike_register_client.h
|
| +++ b/net/quic/crypto/strike_register_client.h
|
| @@ -44,10 +44,9 @@ class NET_EXPORT_PRIVATE StrikeRegisterClient {
|
| // Validate a nonce for freshness and uniqueness.
|
| // Will invoke cb->Run(ValidateResponse::nonce_is_valid_and_unique())
|
| // once the asynchronous operation is complete.
|
| - virtual void VerifyNonceIsValidAndUnique(
|
| - base::StringPiece nonce,
|
| - QuicWallTime now,
|
| - ResultCallback* cb) = 0;
|
| + virtual void VerifyNonceIsValidAndUnique(base::StringPiece nonce,
|
| + QuicWallTime now,
|
| + ResultCallback* cb) = 0;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(StrikeRegisterClient);
|
|
|