Index: webrtc/modules/audio_coding/neteq/random_vector.h |
diff --git a/webrtc/modules/audio_coding/neteq/random_vector.h b/webrtc/modules/audio_coding/neteq/random_vector.h |
index 767dc48eee3872f86abcc8ac5ac624d76fe85e08..8c75eae924dffb7b283e615c660427509bc292a4 100644 |
--- a/webrtc/modules/audio_coding/neteq/random_vector.h |
+++ b/webrtc/modules/audio_coding/neteq/random_vector.h |
@@ -21,7 +21,7 @@ namespace webrtc { |
// This class generates pseudo-random samples. |
class RandomVector { |
public: |
- static const int kRandomTableSize = 256; |
+ static const size_t kRandomTableSize = 256; |
static const int16_t kRandomTable[kRandomTableSize]; |
RandomVector() |