Automated Code Change

PiperOrigin-RevId: 794907143
This commit is contained in:
hai007
2025-08-14 00:19:46 -07:00
committed by Copybara-Service
parent 651d6c4f00
commit c581dad51a
@@ -92,7 +92,7 @@ bool ConnectivityManagerImpl::IsHPRealtekDevice() {
return false;
}
absl::MutexLock lock(&mutex_);
absl::MutexLock lock(mutex_);
// Lazy initialization since CreateSystemInfo can take a long time.
if (!is_hp_realtek_device_.has_value()) {