From a4605c5a23b4d2fc5f15b8ab40293b6ecf223ea6 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Sat, 3 Mar 2012 01:12:10 +0000 Subject: Cleanup: Another round of unused forward declaration cleanup. BUG=none TEST=none Review URL: http://codereview.chromium.org/8598030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@124808 0039d316-1c4b-4281-b951-d872f2087c98 --- media/audio/win/audio_manager_win.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'media/audio') diff --git a/media/audio/win/audio_manager_win.h b/media/audio/win/audio_manager_win.h index 594e535..dd41699 100644 --- a/media/audio/win/audio_manager_win.h +++ b/media/audio/win/audio_manager_win.h @@ -1,4 +1,4 @@ -// Copyright (c) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2012 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -13,8 +13,6 @@ #include "base/gtest_prod_util.h" #include "media/audio/audio_manager_base.h" -class PCMWaveOutAudioOutputStream; - // Windows implementation of the AudioManager singleton. This class is internal // to the audio output and only internal users can call methods not exposed by // the AudioManager class. -- cgit v1.1