// Copyright 2018 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_STREAM_MONITOR_H_ #define SERVICES_AUDIO_STREAM_MONITOR_H_ #include "base/unguessable_token.h" namespace audio { class Snoopable; class StreamMonitor { … }; } // namespace audio #endif // SERVICES_AUDIO_STREAM_MONITOR_H_