| Index: webrtc/modules/audio_device/BUILD.gn
 | 
| diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn
 | 
| index ddf74c6e9a842a31308437058b61bd279b739eb3..2df1a66a38f22129cd5a98af65003506be9e4318 100644
 | 
| --- a/webrtc/modules/audio_device/BUILD.gn
 | 
| +++ b/webrtc/modules/audio_device/BUILD.gn
 | 
| @@ -330,6 +330,7 @@ if (rtc_include_tests) {
 | 
|        deps = [
 | 
|          ":audio_device",
 | 
|          "../..:webrtc_common",
 | 
| +        "../../base:rtc_base_approved",
 | 
|          "../../system_wrappers",
 | 
|          "../../test:test_main",
 | 
|          "../../test:test_support",
 | 
| 
 |