Index: webrtc/sound/linuxsoundsystem.h |
diff --git a/webrtc/sound/linuxsoundsystem.h b/webrtc/sound/linuxsoundsystem.h |
index 0016f8a428d7eaa8df02c1796cc29d288632c107..56721a1faffa51155194266f6aa6dfe3073db56a 100644 |
--- a/webrtc/sound/linuxsoundsystem.h |
+++ b/webrtc/sound/linuxsoundsystem.h |
@@ -11,6 +11,7 @@ |
#ifndef WEBRTC_SOUND_LINUXSOUNDSYSTEM_H_ |
#define WEBRTC_SOUND_LINUXSOUNDSYSTEM_H_ |
+#include "webrtc/base/arraysize.h" |
#include "webrtc/sound/automaticallychosensoundsystem.h" |
namespace rtc { |
@@ -34,7 +35,7 @@ extern const SoundSystemCreator kLinuxSoundSystemCreators[ |
// initializes then we choose that. Otherwise we choose ALSA. |
typedef AutomaticallyChosenSoundSystem< |
kLinuxSoundSystemCreators, |
- ARRAY_SIZE(kLinuxSoundSystemCreators)> LinuxSoundSystem; |
+ arraysize(kLinuxSoundSystemCreators)> LinuxSoundSystem; |
} // namespace rtc |