Index: media/base/demuxer.h |
diff --git a/media/base/demuxer.h b/media/base/demuxer.h |
index 6daf94f967bd0b61707cc0bba81f35ec5009d909..0d2219853240e3e07f1d0c0d3089e84bead79624 100644 |
--- a/media/base/demuxer.h |
+++ b/media/base/demuxer.h |
@@ -37,7 +37,7 @@ class MEDIA_EXPORT DemuxerHost { |
const Ranges<base::TimeDelta>& ranges) = 0; |
// Sets the duration of the media in microseconds. |
- // Duration may be kInfiniteDuration() if the duration is not known. |
+ // Duration may be kInfiniteDuration if the duration is not known. |
virtual void SetDuration(base::TimeDelta duration) = 0; |
// Stops execution of the pipeline due to a fatal error. Do not call this |