| Index: media/audio/pulse/pulse_output.h
|
| diff --git a/media/audio/pulse/pulse_output.h b/media/audio/pulse/pulse_output.h
|
| index d3ef866cd32e44a0b3d204b72747163d8708e9b8..410ffb3e92127276d61768fef7c7722e2f68f66c 100644
|
| --- a/media/audio/pulse/pulse_output.h
|
| +++ b/media/audio/pulse/pulse_output.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.
|
| //
|
| @@ -40,7 +40,7 @@ typedef AudioManagerOpenBSD AudioManagerPulse;
|
| #error Unsupported platform
|
| #endif
|
|
|
| -struct AudioParameters;
|
| +class AudioParameters;
|
|
|
| class PulseAudioOutputStream : public AudioOutputStream {
|
| public:
|
|
|