| Index: media/filters/chunk_demuxer.h
 | 
| diff --git a/media/filters/chunk_demuxer.h b/media/filters/chunk_demuxer.h
 | 
| index 2abeeeaef59d78897dd025b1d80af8542708abe2..476780bff2df8cb29e0bc24b67b3968d0fca5153 100644
 | 
| --- a/media/filters/chunk_demuxer.h
 | 
| +++ b/media/filters/chunk_demuxer.h
 | 
| @@ -67,7 +67,7 @@ class MEDIA_EXPORT ChunkDemuxerStream : public DemuxerStream {
 | 
|  
 | 
|    // Signal to the stream that buffers handed in through subsequent calls to
 | 
|    // Append() belong to a media segment that starts at |start_timestamp|.
 | 
| -  void OnNewMediaSegment(base::TimeDelta start_timestamp);
 | 
| +  void OnNewMediaSegment(DecodeTimestamp start_timestamp);
 | 
|  
 | 
|    // Called when midstream config updates occur.
 | 
|    // Returns true if the new config is accepted.
 | 
| 
 |