| Index: webrtc/modules/audio_coding/BUILD.gn
 | 
| diff --git a/webrtc/modules/audio_coding/BUILD.gn b/webrtc/modules/audio_coding/BUILD.gn
 | 
| index fceff9b0a191801ea4f9956bc26882d667f131ed..58f13c3168b63b7ee542ebcce97b38d42a3830eb 100644
 | 
| --- a/webrtc/modules/audio_coding/BUILD.gn
 | 
| +++ b/webrtc/modules/audio_coding/BUILD.gn
 | 
| @@ -119,7 +119,7 @@ rtc_static_library("audio_coding") {
 | 
|             ":audio_network_adaptor",
 | 
|             ":neteq",
 | 
|             ":rent_a_codec",
 | 
| -           "../..:rtc_event_log",
 | 
| +           "../../call:rtc_event_log",
 | 
|           ]
 | 
|    defines = audio_coding_defines
 | 
|  }
 | 
| 
 |