diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-03 01:12:10 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-03 01:12:10 +0000 |
commit | a4605c5a23b4d2fc5f15b8ab40293b6ecf223ea6 (patch) | |
tree | 50945b9282b3e24d7275953e84c712cb34e8c188 /media | |
parent | 1523b746ecd2e88357deb710e891011cb55db9ab (diff) | |
download | chromium_src-a4605c5a23b4d2fc5f15b8ab40293b6ecf223ea6.zip chromium_src-a4605c5a23b4d2fc5f15b8ab40293b6ecf223ea6.tar.gz chromium_src-a4605c5a23b4d2fc5f15b8ab40293b6ecf223ea6.tar.bz2 |
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
Diffstat (limited to 'media')
-rw-r--r-- | media/audio/win/audio_manager_win.h | 4 |
1 files changed, 1 insertions, 3 deletions
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. |