Remove RtcEventLogImpl forward declaration from rtc_event_log.h

The forward delcaration is not necessary.

BUG=None

Review-Url: https://codereview.webrtc.org/3006213002
Cr-Commit-Position: refs/heads/master@{#19729}
This commit is contained in:
eladalon 2017-09-07 08:02:35 -07:00 committed by Commit Bot
parent 56359be7fe
commit 5a7dad8453

View File

@ -55,7 +55,6 @@ struct StreamConfig {
} // namespace rtclog
class Clock;
class RtcEventLogImpl;
struct AudioEncoderRuntimeConfig;
enum class MediaType;