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

Unified Diff: media/base/android/media_player_bridge.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_jni_registrar.h ('k') | media/base/android/media_player_bridge_manager.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.h
diff --git a/media/base/android/media_player_bridge.h b/media/base/android/media_player_bridge.h
index 242b0710cc49ca736bcf543b47961b6088057fcd..de777b24d0bcb1db9de188e4ca986ba7c2b76e86 100644
--- a/media/base/android/media_player_bridge.h
+++ b/media/base/android/media_player_bridge.h
@@ -15,6 +15,7 @@
#include "base/memory/weak_ptr.h"
#include "base/time.h"
#include "base/timer.h"
+#include "media/base/media_export.h"
#include "media/base/android/media_player_listener.h"
namespace media {
@@ -29,7 +30,7 @@ class MediaPlayerBridgeManager;
// Pause(), SeekTo() gets called. As a result, media information may not
// be available until one of those operations is performed. After that, we
// will cache those information in case the mediaplayer gets released.
-class MediaPlayerBridge {
+class MEDIA_EXPORT MediaPlayerBridge {
public:
// Error types for MediaErrorCB.
enum MediaErrorType {
« no previous file with comments | « media/base/android/media_jni_registrar.h ('k') | media/base/android/media_player_bridge_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698