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

Unified Diff: content/browser/renderer_host/media/audio_input_device_manager_event_handler.h

Issue 8463010: Add CONTENT_EXPORT AudioInputRendererHost to fix the shared build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Added export for base class too Created 9 years, 1 month 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 | content/browser/renderer_host/media/audio_input_renderer_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/media/audio_input_device_manager_event_handler.h
===================================================================
--- content/browser/renderer_host/media/audio_input_device_manager_event_handler.h (revision 109607)
+++ content/browser/renderer_host/media/audio_input_device_manager_event_handler.h (working copy)
@@ -8,9 +8,11 @@
#ifndef CONTENT_BROWSER_RENDERER_HOST_MEDIA_AUDIO_INPUT_DEVICE_MANAGER_EVENT_HANDLER_H_
#define CONTENT_BROWSER_RENDERER_HOST_MEDIA_AUDIO_INPUT_DEVICE_MANAGER_EVENT_HANDLER_H_
+#include "content/common/content_export.h"
+
namespace media_stream {
-class AudioInputDeviceManagerEventHandler {
+class CONTENT_EXPORT AudioInputDeviceManagerEventHandler {
public:
// Called by AudioInputDeviceManager to create an audio stream using the
// device index when the device has been started.
« no previous file with comments | « no previous file | content/browser/renderer_host/media/audio_input_renderer_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698