Index: webrtc/modules/remote_bitrate_estimator/DEPS |
diff --git a/webrtc/modules/remote_bitrate_estimator/DEPS b/webrtc/modules/remote_bitrate_estimator/DEPS |
index fc31fa7038270c15effd4995fa9a058e5aa72121..d061d5761a6f87da21327d191d39dffb0335d5c4 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/DEPS |
+++ b/webrtc/modules/remote_bitrate_estimator/DEPS |
@@ -1,5 +1,6 @@ |
include_rules = [ |
"+webrtc/base", |
+ "+webrtc/logging/rtc_event_log", |
"+webrtc/system_wrappers", |
] |
@@ -7,10 +8,4 @@ specific_include_rules = { |
"nada\.h": [ |
"+webrtc/voice_engine", |
], |
- "remb\.h": [ |
- "+webrtc/call/mock", |
- ], |
- "send_side\.h": [ |
- "+webrtc/call/mock", |
- ], |
} |