| Index: media/base/android/test_data_factory.h
|
| diff --git a/media/base/android/test_data_factory.h b/media/base/android/test_data_factory.h
|
| index 96246b4559072000103bfa460921742a2173a83d..ee905764d05a554422487ab95cd6b4b5d0f23979 100644
|
| --- a/media/base/android/test_data_factory.h
|
| +++ b/media/base/android/test_data_factory.h
|
| @@ -38,7 +38,7 @@ class TestDataFactory {
|
| virtual ~TestDataFactory();
|
|
|
| // Returns demuxer configuration for this factory.
|
| - virtual DemuxerConfigs GetConfigs() = 0;
|
| + virtual DemuxerConfigs GetConfigs() const = 0;
|
|
|
| // Populates next chunk and the corresponding delay.
|
| // Default implementation repeatedly uses |packet_| array in order 0-1-2-3
|
|
|