aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/BUILD.gn
diff options
context:
space:
mode:
authorJordan Bayles <jophba@chromium.org>2021-06-10 08:11:22 -0700
committerOpenscreen LUCI CQ <openscreen-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-06-10 17:26:53 +0000
commit1a4e533d57c2b879704759cdffb2a00f71266346 (patch)
tree8e98f4417665fae38e86f3cd9e120e2e09204910 /cast/streaming/BUILD.gn
parent94090603e69d7c63f3383038b0689bde6f968459 (diff)
downloadopenscreen-1a4e533d57c2b879704759cdffb2a00f71266346.tar.gz
[Cast Streaming] Messager -> Messenger
Messager, while being proper English, is archaic and generally not in use. This patch updates SessionMessager and its related types to be named SessionMessenger. Change-Id: I8d9caa685f86fa5863db56b4514a4d16ed5f1a33 Reviewed-on: https://chromium-review.googlesource.com/c/openscreen/+/2950433 Reviewed-by: Ryan Keane <rwkeane@google.com> Commit-Queue: Jordan Bayles <jophba@chromium.org>
Diffstat (limited to 'cast/streaming/BUILD.gn')
-rw-r--r--cast/streaming/BUILD.gn6
1 files changed, 3 insertions, 3 deletions
diff --git a/cast/streaming/BUILD.gn b/cast/streaming/BUILD.gn
index 85867a95..baacb905 100644
--- a/cast/streaming/BUILD.gn
+++ b/cast/streaming/BUILD.gn
@@ -73,8 +73,8 @@ source_set("common") {
"sender_message.h",
"session_config.cc",
"session_config.h",
- "session_messager.cc",
- "session_messager.h",
+ "session_messenger.cc",
+ "session_messenger.h",
"ssrc.cc",
"ssrc.h",
]
@@ -202,7 +202,7 @@ source_set("unittests") {
"sender_report_unittest.cc",
"sender_session_unittest.cc",
"sender_unittest.cc",
- "session_messager_unittest.cc",
+ "session_messenger_unittest.cc",
"ssrc_unittest.cc",
]