Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(337)

Unified Diff: media/audio/win/audio_low_latency_input_win.h

Issue 8373031: Fixes build error on Windows shared bot. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/win/audio_low_latency_input_win.h
===================================================================
--- media/audio/win/audio_low_latency_input_win.h (revision 106899)
+++ media/audio/win/audio_low_latency_input_win.h (working copy)
@@ -57,6 +57,7 @@
#include <MMDeviceAPI.h>
#include "base/compiler_specific.h"
+#include "base/media_export.h"
#include "base/threading/platform_thread.h"
#include "base/threading/simple_thread.h"
#include "base/win/scoped_co_mem.h"
@@ -69,7 +70,7 @@
class AudioManagerWin;
// AudioInputStream implementation using Windows Core Audio APIs.
-class WASAPIAudioInputStream
+class MEDIA_EXPORT WASAPIAudioInputStream
: public AudioInputStream,
public base::DelegateSimpleThread::Delegate {
public:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698