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

Unified Diff: content/browser/renderer_host/media/audio_input_renderer_host.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 | « content/browser/renderer_host/media/audio_input_device_manager_event_handler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/media/audio_input_renderer_host.h
===================================================================
--- content/browser/renderer_host/media/audio_input_renderer_host.h (revision 109607)
+++ content/browser/renderer_host/media/audio_input_renderer_host.h (working copy)
@@ -76,7 +76,7 @@
class AudioManager;
struct AudioParameters;
-class AudioInputRendererHost
+class CONTENT_EXPORT AudioInputRendererHost
: public BrowserMessageFilter,
public media::AudioInputController::EventHandler,
public media_stream::AudioInputDeviceManagerEventHandler {
« no previous file with comments | « content/browser/renderer_host/media/audio_input_device_manager_event_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698