Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(22)

Unified Diff: webrtc/modules/congestion_controller/BUILD.gn

Issue 2626203002: Rename base/analytics/ to base/numerics/ (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/modules/congestion_controller/BUILD.gn
diff --git a/webrtc/modules/congestion_controller/BUILD.gn b/webrtc/modules/congestion_controller/BUILD.gn
index 1fd4e0bfda285036ab68b69b4d561a16976de96a..16794a16fe9307c4762767832a6e66ae17cac63b 100644
--- a/webrtc/modules/congestion_controller/BUILD.gn
+++ b/webrtc/modules/congestion_controller/BUILD.gn
@@ -44,9 +44,9 @@ rtc_static_library("congestion_controller") {
deps = [
"../..:webrtc_common",
- "../../base:rtc_analytics",
"../../base:rtc_base",
"../../base:rtc_base_approved",
+ "../../base:rtc_numerics",
"../../system_wrappers",
"../bitrate_controller",
"../pacing",

Powered by Google App Engine
This is Rietveld 408576698