Index: content/renderer/media/audio_input_device.h |
diff --git a/content/renderer/media/audio_input_device.h b/content/renderer/media/audio_input_device.h |
index ed21eb5ec7cc2066dcfb6d7b23b22abb8fd93e6f..c766cda953fcf1b07f7a27d2cf7051b2dfd93728 100644 |
--- a/content/renderer/media/audio_input_device.h |
+++ b/content/renderer/media/audio_input_device.h |
@@ -89,7 +89,7 @@ class CONTENT_EXPORT AudioInputDevice |
public base::DelegateSimpleThread::Delegate, |
public base::RefCountedThreadSafe<AudioInputDevice> { |
public: |
- class CaptureCallback { |
+ class CONTENT_EXPORT CaptureCallback { |
public: |
virtual void Capture(const std::vector<float*>& audio_data, |
size_t number_of_frames, |
@@ -98,7 +98,7 @@ class CONTENT_EXPORT AudioInputDevice |
virtual ~CaptureCallback() {} |
}; |
- class CaptureEventHandler { |
+ class CONTENT_EXPORT CaptureEventHandler { |
public: |
// Notification to the client that the device with the specific index has |
// been started. This callback is triggered as a result of StartDevice(). |