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

Unified Diff: media/audio/mac/audio_manager_mac.h

Issue 9701065: mac: Add MEDIA_EXPORT macros needed to link tests in the shared build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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
Index: media/audio/mac/audio_manager_mac.h
diff --git a/media/audio/mac/audio_manager_mac.h b/media/audio/mac/audio_manager_mac.h
index f535415c20ed04281a8c6af7ded4bdc76a95ca66..d54f2936d323ed9acb194d5a65f258301e55f4a2 100644
--- a/media/audio/mac/audio_manager_mac.h
+++ b/media/audio/mac/audio_manager_mac.h
@@ -12,7 +12,7 @@
// Mac OS X implementation of the AudioManager singleton. This class is internal
// to the audio output and only internal users can call methods not exposed by
// the AudioManager class.
-class AudioManagerMac : public AudioManagerBase {
+class MEDIA_EXPORT AudioManagerMac : public AudioManagerBase {
public:
AudioManagerMac();

Powered by Google App Engine
This is Rietveld 408576698