Revert "Use backticks not vertical bars to denote variables in comments for /pc"
This reverts commit 37ee0f5e594dd772ec6d620b5e5ea8a751b684f0. Reason for revert: Revert in order to be able to revert https://webrtc-review.googlesource.com/c/src/+/225642 Original change's description: > Use backticks not vertical bars to denote variables in comments for /pc > > Bug: webrtc:12338 > Change-Id: I88cf10afa5fc810b95d2a585ab2e895dcc163b63 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/226953 > Reviewed-by: Harald Alvestrand <hta@webrtc.org> > Commit-Queue: Artem Titov <titovartem@webrtc.org> > Cr-Commit-Position: refs/heads/master@{#34575} TBR=hta@webrtc.org,titovartem@webrtc.org,webrtc-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I5eddd3a14e1f664bf831e5c294fbc4de5f6a88af No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: webrtc:12338 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/227082 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Cr-Commit-Position: refs/heads/master@{#34577}
This commit is contained in:
committed by
WebRTC LUCI CQ
parent
fc5506e3af
commit
fd05d6f504
@ -23,7 +23,7 @@ namespace webrtc {
|
||||
class IceServerParsingTest : public ::testing::Test {
|
||||
public:
|
||||
// Convenience functions for parsing a single URL. Result is stored in
|
||||
// `stun_servers_` and `turn_servers_`.
|
||||
// |stun_servers_| and |turn_servers_|.
|
||||
bool ParseUrl(const std::string& url) {
|
||||
return ParseUrl(url, std::string(), std::string());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user