Chromium Code Reviews| Index: talk/session/media/externalhmac.h |
| diff --git a/talk/session/media/externalhmac.h b/talk/session/media/externalhmac.h |
| index 22fb36a99ba5f4cd80e6fa36adc35f58d928d213..150a1bbc97c21ebd6cecbd522dc258a0835f85e3 100644 |
| --- a/talk/session/media/externalhmac.h |
| +++ b/talk/session/media/externalhmac.h |
| @@ -62,7 +62,7 @@ extern "C" { |
| // The pointer to the key will be allocated in the external_hmac_init function. |
| // This pointer is owned by srtp_t in a template context. |
| typedef struct { |
| - uint8 key[HMAC_KEY_LENGTH]; |
| + uint8_t key[HMAC_KEY_LENGTH]; |
| int key_length; |
| } ExternalHmacContext; |