| Index: webrtc/modules/audio_processing/level_controller/level_controller_unittest.cc
|
| diff --git a/webrtc/modules/audio_processing/level_controller/level_controller_unittest.cc b/webrtc/modules/audio_processing/level_controller/level_controller_unittest.cc
|
| index b7571e92d54823dcbaf33ac3717409ab336c7c6e..d37b58011b38b38f7af1d2be68056232af46eb56 100644
|
| --- a/webrtc/modules/audio_processing/level_controller/level_controller_unittest.cc
|
| +++ b/webrtc/modules/audio_processing/level_controller/level_controller_unittest.cc
|
| @@ -11,12 +11,12 @@
|
| #include <vector>
|
|
|
| #include "webrtc/api/array_view.h"
|
| +#include "webrtc/api/optional.h"
|
| #include "webrtc/modules/audio_processing/audio_buffer.h"
|
| #include "webrtc/modules/audio_processing/include/audio_processing.h"
|
| #include "webrtc/modules/audio_processing/level_controller/level_controller.h"
|
| #include "webrtc/modules/audio_processing/test/audio_buffer_tools.h"
|
| #include "webrtc/modules/audio_processing/test/bitexactness_tools.h"
|
| -#include "webrtc/rtc_base/optional.h"
|
| #include "webrtc/test/gtest.h"
|
|
|
| namespace webrtc {
|
|
|