// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef SERVICES_AUDIO_PUBLIC_CPP_AUDIO_DEVICE_DESCRIPTION_MOJOM_TRAITS_H_ #define SERVICES_AUDIO_PUBLIC_CPP_AUDIO_DEVICE_DESCRIPTION_MOJOM_TRAITS_H_ #include <string> #include "media/audio/audio_device_description.h" #include "services/audio/public/mojom/system_info.mojom.h" namespace mojo { template <> struct StructTraits<audio::mojom::AudioDeviceDescriptionDataView, media::AudioDeviceDescription> { … }; } // namespace mojo #endif // SERVICES_AUDIO_PUBLIC_CPP_AUDIO_DEVICE_DESCRIPTION_MOJOM_TRAITS_H_