Index: media/base/byte_queue.h |
diff --git a/media/base/byte_queue.h b/media/base/byte_queue.h |
index d3ef6058f57bd4f07fb05b36fd56ab5b6bbeedd0..1d7abaa19e12dd93282ef081078ef99416d5be4a 100644 |
--- a/media/base/byte_queue.h |
+++ b/media/base/byte_queue.h |
@@ -7,6 +7,7 @@ |
#include "base/basictypes.h" |
#include "base/memory/scoped_ptr.h" |
+#include "media/base/media_export.h" |
namespace media { |
@@ -15,7 +16,7 @@ namespace media { |
// Pop(). The contents of the queue can be observed via the Peek() method. |
// This class manages the underlying storage of the queue and tries to minimize |
// the number of buffer copies when data is appended and removed. |
-class ByteQueue { |
+class MEDIA_EXPORT ByteQueue { |
public: |
ByteQueue(); |
~ByteQueue(); |