// 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_SYSTEM_INFO_H_ #define SERVICES_AUDIO_SYSTEM_INFO_H_ #include <memory> #include <string> #include "base/sequence_checker.h" #include "media/audio/audio_system_helper.h" #include "mojo/public/cpp/bindings/pending_receiver.h" #include "mojo/public/cpp/bindings/receiver_set.h" #include "services/audio/public/mojom/system_info.mojom.h" namespace media { class AudioManager; } namespace audio { class SystemInfo : public mojom::SystemInfo { … }; } // namespace audio #endif // SERVICES_AUDIO_SYSTEM_INFO_H_