commit | 06d3559b794a29ff3abfb3b5def71f39ea781f4b | [log] [tgz] |
---|---|---|
author | Mirko Bonadei <mbonadei@webrtc.org> | Wed Apr 01 11:43:08 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Thu Apr 02 14:38:30 2020 |
tree | 69a7d094d166935a1e0ff675df50da7babb78b68 | |
parent | 55c991cc81ae26e43e94f56c218f9254436aa269 [diff] [blame] |
Replace std::string::find() == 0 with absl::StartsWith (part 2). This CL has been generated using clang-tidy [1] except for changes to BUILD.gn files. [1] - https://clang.llvm.org/extra/clang-tidy/checks/abseil-string-find-startswith.html Bug: None Change-Id: Ibf75601065a53bde28623b8eef57bec067235640 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/172586 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30984}
diff --git a/modules/remote_bitrate_estimator/BUILD.gn b/modules/remote_bitrate_estimator/BUILD.gn index 08233da..d7b0397 100644 --- a/modules/remote_bitrate_estimator/BUILD.gn +++ b/modules/remote_bitrate_estimator/BUILD.gn
@@ -59,6 +59,7 @@ "../../system_wrappers", "../../system_wrappers:field_trial", "../../system_wrappers:metrics", + "//third_party/abseil-cpp/absl/strings", "//third_party/abseil-cpp/absl/types:optional", ] }