| Index: media/audio/audio_output_proxy.h
|
| ===================================================================
|
| --- media/audio/audio_output_proxy.h (revision 95116)
|
| +++ media/audio/audio_output_proxy.h (working copy)
|
| @@ -20,7 +20,7 @@
|
| //
|
| // AudioOutputProxy uses AudioOutputDispatcher to open and close
|
| // physical output streams.
|
| -class AudioOutputProxy : public AudioOutputStream {
|
| +class MEDIA_EXPORT AudioOutputProxy : public AudioOutputStream {
|
| public:
|
| // Caller keeps ownership of |dispatcher|.
|
| AudioOutputProxy(AudioOutputDispatcher* dispatcher);
|
|
|