aboutsummaryrefslogtreecommitdiff
path: root/cast/streaming/compound_rtcp_parser_fuzzer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cast/streaming/compound_rtcp_parser_fuzzer.cc')
-rw-r--r--cast/streaming/compound_rtcp_parser_fuzzer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/cast/streaming/compound_rtcp_parser_fuzzer.cc b/cast/streaming/compound_rtcp_parser_fuzzer.cc
index af5823df..addc6283 100644
--- a/cast/streaming/compound_rtcp_parser_fuzzer.cc
+++ b/cast/streaming/compound_rtcp_parser_fuzzer.cc
@@ -25,7 +25,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t* data, size_t size) {
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wexit-time-destructors"
static RtcpSession session(kSenderSsrcInSeedCorpus, kReceiverSsrcInSeedCorpus,
- openscreen::platform::Clock::time_point{});
+ openscreen::Clock::time_point{});
static CompoundRtcpParser::Client client_that_ignores_everything;
static CompoundRtcpParser parser(&session, &client_that_ignores_everything);
#pragma clang diagnostic pop