Chromium Code Reviews| Index: webrtc/common_types.h |
| diff --git a/webrtc/common_types.h b/webrtc/common_types.h |
| index 2999bc95bc82a353fd820e87506059c29d552d8c..16174dcf75b295d3dace230646a59f23c3b4cf74 100644 |
| --- a/webrtc/common_types.h |
| +++ b/webrtc/common_types.h |
| @@ -37,7 +37,7 @@ |
| #define NULL 0 |
| #endif |
| -#define RTP_PAYLOAD_NAME_SIZE 32 |
| +#define RTP_PAYLOAD_NAME_SIZE 32u |
| #if defined(WEBRTC_WIN) || defined(WIN32) |
| // Compares two strings without regard to case. |