Chromium Code Reviews| Index: crypto/hmac_unittest.cc |
| =================================================================== |
| --- crypto/hmac_unittest.cc (revision 170598) |
| +++ crypto/hmac_unittest.cc (working copy) |
| @@ -16,7 +16,7 @@ |
| "\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA" |
| "\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA" |
| "\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA\xAA"; |
| -static const int kSimpleKeyLength = 80; |
| +static const size_t kSimpleKeyLength = 80; |
| static const struct { |
| const char *data; |