// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/media_effects/test/scoped_media_device_info.h" namespace media_effects { ScopedMediaDeviceInfo::ScopedMediaDeviceInfo() { … } ScopedMediaDeviceInfo::~ScopedMediaDeviceInfo() = default; } // namespace media_effects