From b709905eff98f55e95a53186116fd3ed535c3932 Mon Sep 17 00:00:00 2001 From: FuzzTest Team Date: Fri, 10 Apr 2026 11:05:23 -0700 Subject: [PATCH] No public description PiperOrigin-RevId: 897784590 --- fuzztest/fuzzing_bit_gen.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/fuzztest/fuzzing_bit_gen.h b/fuzztest/fuzzing_bit_gen.h index 780360ba..797f5bc6 100644 --- a/fuzztest/fuzzing_bit_gen.h +++ b/fuzztest/fuzzing_bit_gen.h @@ -24,6 +24,7 @@ #include "absl/base/fast_type_id.h" #include "absl/numeric/int128.h" #include "absl/random/bit_gen_ref.h" +#include "absl/random/mocking_access.h" #include "absl/types/span.h" namespace fuzztest { @@ -99,10 +100,7 @@ class FuzzingBitGen { absl::Span control_stream_; absl::Span data_stream_; - template - friend struct ::absl::random_internal::DistributionCaller; // for InvokeMock - friend class ::absl::random_internal::MockHelpers; // for InvokeMock - friend class ::absl::BitGenRef; // for InvokeMock + friend class ::absl::RandomMockingAccess; // for InvokeMock }; } // namespace fuzztest