| Index: media/filters/file_data_source.h
|
| ===================================================================
|
| --- media/filters/file_data_source.h (revision 95116)
|
| +++ media/filters/file_data_source.h (working copy)
|
| @@ -15,7 +15,7 @@
|
|
|
| // Basic data source that treats the URL as a file path, and uses the file
|
| // system to read data for a media pipeline.
|
| -class FileDataSource : public DataSource {
|
| +class MEDIA_EXPORT FileDataSource : public DataSource {
|
| public:
|
| FileDataSource();
|
| virtual ~FileDataSource();
|
|
|