| Index: net/quic/test_tools/crypto_test_utils.h
|
| diff --git a/net/quic/test_tools/crypto_test_utils.h b/net/quic/test_tools/crypto_test_utils.h
|
| index 56b075070055c7cd2fa117411f56f7ccd7f18769..6d2ad006954f7f49e782deff2a071b5493416edb 100644
|
| --- a/net/quic/test_tools/crypto_test_utils.h
|
| +++ b/net/quic/test_tools/crypto_test_utils.h
|
| @@ -6,12 +6,14 @@
|
| #define NET_QUIC_TEST_TOOLS_CRYPTO_TEST_UTILS_H_
|
|
|
| #include <stdarg.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
|
|
| #include <utility>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "base/strings/string_piece.h"
|
| #include "net/quic/crypto/crypto_framer.h"
|
| #include "net/quic/quic_framer.h"
|
| @@ -153,8 +155,8 @@ class CryptoTestUtils {
|
| // MockCommonCertSets returns a CommonCertSets that contains a single set with
|
| // hash |hash|, consisting of the certificate |cert| at index |index|.
|
| static CommonCertSets* MockCommonCertSets(base::StringPiece cert,
|
| - uint64 hash,
|
| - uint32 index);
|
| + uint64_t hash,
|
| + uint32_t index);
|
|
|
| // Creates a minimal dummy reject message that will pass the client-config
|
| // validation tests. This will include a server config, but no certs, proof
|
|
|