Chromium Code Reviews| Index: media/audio/audio_output_dispatcher.h |
| =================================================================== |
| --- media/audio/audio_output_dispatcher.h (revision 95116) |
| +++ media/audio/audio_output_dispatcher.h (working copy) |
| @@ -33,7 +33,7 @@ |
| class AudioOutputStream; |
| class MessageLoop; |
| -class AudioOutputDispatcher |
| +class MEDIA_EXPORT AudioOutputDispatcher |
| : public base::RefCountedThreadSafe<AudioOutputDispatcher> { |
| public: |
| // |close_delay_ms| specifies delay after the stream is paused until |