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

Unified Diff: media/base/android/media_player_bridge_manager.h

Issue 11368031: First step towards component build for Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: indent Created 8 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 | « media/base/android/media_player_bridge.h ('k') | net/android/net_jni_registrar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/base/android/media_player_bridge_manager.h
diff --git a/media/base/android/media_player_bridge_manager.h b/media/base/android/media_player_bridge_manager.h
index fc0c4ca78621b408c7b4d573de97442da990d39c..93bd99cbd21e7f96f8120b63dafc73660f868b76 100644
--- a/media/base/android/media_player_bridge_manager.h
+++ b/media/base/android/media_player_bridge_manager.h
@@ -5,6 +5,8 @@
#ifndef MEDIA_BASE_ANDROID_MEDIA_PLAYER_BRIDGE_MANAGER_H_
#define MEDIA_BASE_ANDROID_MEDIA_PLAYER_BRIDGE_MANAGER_H_
+#include "media/base/media_export.h"
+
namespace media {
class MediaPlayerBridge;
@@ -12,7 +14,7 @@ class MediaPlayerBridge;
// This class is responsible for managing active MediaPlayerBridge objects.
// It is implemented by webkit_media::MediaPlayerBridgeManagerImpl and
// content::MediaPlayerManagerAndroid.
-class MediaPlayerBridgeManager {
+class MEDIA_EXPORT MediaPlayerBridgeManager {
public:
virtual ~MediaPlayerBridgeManager();
« no previous file with comments | « media/base/android/media_player_bridge.h ('k') | net/android/net_jni_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698