| Index: webrtc/modules/audio_conference_mixer/BUILD.gn
 | 
| diff --git a/webrtc/modules/audio_conference_mixer/BUILD.gn b/webrtc/modules/audio_conference_mixer/BUILD.gn
 | 
| index 56b20193d09ac33ae84b8979d43b5ee9cdeb4468..8939da222ef493bb92a24aa985a8443535ff5cc6 100644
 | 
| --- a/webrtc/modules/audio_conference_mixer/BUILD.gn
 | 
| +++ b/webrtc/modules/audio_conference_mixer/BUILD.gn
 | 
| @@ -42,7 +42,7 @@ rtc_static_library("audio_conference_mixer") {
 | 
|      "..:module_api",
 | 
|      "../..:webrtc_common",
 | 
|      "../../audio/utility:audio_frame_operations",
 | 
| -    "../../rtc_base:rtc_base_approved",
 | 
| +    "../../base:rtc_base_approved",
 | 
|      "../../system_wrappers",
 | 
|      "../audio_processing",
 | 
|    ]
 | 
| 
 |