Index: media/filters/chunk_demuxer_factory.h |
=================================================================== |
--- media/filters/chunk_demuxer_factory.h (revision 95843) |
+++ media/filters/chunk_demuxer_factory.h (working copy) |
@@ -18,7 +18,7 @@ |
// All other URLs are delegated to |delegate_factory_|. The url passed to |
// the constructor represents the "special" URL that indicates that the |
// ChunkDemuxer should be used for playback. |
-class MEDIA_EXPORT ChunkDemuxerFactory : public DemuxerFactory { |
+class ChunkDemuxerFactory : public DemuxerFactory { |
public: |
// Takes ownership of |delegate_factory|. |
ChunkDemuxerFactory(const std::string& url, DemuxerFactory* delegate_factory, |