mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-13 13:50:40 +01:00
Remove unused friend declaration from ParsedRtcEventLog.
Bug: NONE Change-Id: I987f13807a7aece16e88e9ff1c5b443b0213c488 Reviewed-on: https://webrtc-review.googlesource.com/c/118181 Reviewed-by: Björn Terelius <terelius@webrtc.org> Commit-Queue: Zach Stein <zstein@webrtc.org> Cr-Commit-Position: refs/heads/master@{#26310}
This commit is contained in:
parent
4b68b241de
commit
85989c4490
1 changed files with 0 additions and 2 deletions
|
@ -219,8 +219,6 @@ class PacketView {
|
|||
};
|
||||
|
||||
class ParsedRtcEventLog {
|
||||
friend class RtcEventLogTestHelper;
|
||||
|
||||
public:
|
||||
enum class MediaType { ANY, AUDIO, VIDEO, DATA };
|
||||
enum class UnconfiguredHeaderExtensions {
|
||||
|
|
Loading…
Reference in a new issue