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

Unified Diff: media/audio/audio_input_controller.h

Issue 7969028: Reland r102332 - export more symbols needed for the component build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: actual fix for compile failure Created 9 years, 3 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 | « content/renderer/render_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/audio/audio_input_controller.h
diff --git a/media/audio/audio_input_controller.h b/media/audio/audio_input_controller.h
index 22f6ffe5da20125423d376633dbb8cd80731066c..dd2900189f812d12e5e7b2255799a4fa06ad056b 100644
--- a/media/audio/audio_input_controller.h
+++ b/media/audio/audio_input_controller.h
@@ -41,7 +41,7 @@ class MEDIA_EXPORT AudioInputController
public:
// An event handler that receives events from the AudioInputController. The
// following methods are called on the audio input controller thread.
- class EventHandler {
+ class MEDIA_EXPORT EventHandler {
public:
virtual ~EventHandler() {}
virtual void OnCreated(AudioInputController* controller) = 0;
« no previous file with comments | « content/renderer/render_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698