aboutsummaryrefslogtreecommitdiff
path: root/logging
diff options
context:
space:
mode:
authorMagnus Flodman <mflodman@webrtc.org>2020-06-12 14:55:40 +0200
committerMagnus Flodman <mflodman@webrtc.org>2020-06-12 14:12:54 +0000
commit55afe3885b9bbffce470f76af599d0deebd52eaa (patch)
tree13dd7e0027106faa1320ae60977b89857e1fceff /logging
parent26e50469513a3df2abb88c9ae2a5af70de0b029c (diff)
downloadwebrtc-55afe3885b9bbffce470f76af599d0deebd52eaa.tar.gz
Search and replace gendered terms according to style guide:
https://chromium.googlesource.com/chromium/src/+/master/styleguide/inclusive_code.md#tools Not changin the transcipt in resources/audio_processing/conversational_speech/README.md BUG=webrtc:11680 Change-Id: I36af34e4a4e0ec6161093c0045b7bbe1dbe4eb45 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/177016 Reviewed-by: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31514}
Diffstat (limited to 'logging')
-rw-r--r--logging/rtc_event_log/encoder/blob_encoding.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging/rtc_event_log/encoder/blob_encoding.h b/logging/rtc_event_log/encoder/blob_encoding.h
index 4a38dc5d0b..b5b589aaf6 100644
--- a/logging/rtc_event_log/encoder/blob_encoding.h
+++ b/logging/rtc_event_log/encoder/blob_encoding.h
@@ -43,7 +43,7 @@ namespace webrtc {
//
// Note that the returned std::string might have been reserved for significantly
// more memory than it ends up using. If the caller to EncodeBlobs() intends
-// to store the result long-term, he should consider shrink_to_fit()-ing it.
+// to store the result long-term, they should consider shrink_to_fit()-ing it.
std::string EncodeBlobs(const std::vector<std::string>& blobs);
std::vector<absl::string_view> DecodeBlobs(absl::string_view encoded_blobs,
size_t num_of_blobs);