Index: media/audio/win/waveout_output_win.h |
=================================================================== |
--- media/audio/win/waveout_output_win.h (revision 130181) |
+++ media/audio/win/waveout_output_win.h (working copy) |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2011 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. |
@@ -17,8 +17,6 @@ |
#include "media/audio/audio_io.h" |
#include "media/audio/audio_parameters.h" |
-namespace media { |
- |
class AudioManagerWin; |
// Implements PCM audio output support for Windows using the WaveXXX API. |
@@ -134,6 +132,4 @@ |
DISALLOW_COPY_AND_ASSIGN(PCMWaveOutAudioOutputStream); |
}; |
-} // namespace media |
- |
#endif // MEDIA_AUDIO_WIN_WAVEOUT_OUTPUT_WIN_H_ |