| Index: webkit/media/webmediaplayer_proxy.h
 | 
| diff --git a/webkit/media/webmediaplayer_proxy.h b/webkit/media/webmediaplayer_proxy.h
 | 
| index 241638889f284ffff12d84285c329c0daa163e0a..abe4e24f40fa809dd881dad3d6a07bba15e640f7 100644
 | 
| --- a/webkit/media/webmediaplayer_proxy.h
 | 
| +++ b/webkit/media/webmediaplayer_proxy.h
 | 
| @@ -100,8 +100,7 @@ class WebMediaPlayerProxy
 | 
|                                             const std::string& type,
 | 
|                                             std::vector<std::string>& codecs);
 | 
|    void DemuxerRemoveId(const std::string& id);
 | 
| -  bool DemuxerBufferedRange(const std::string& id,
 | 
| -                            media::ChunkDemuxer::Ranges* ranges_out);
 | 
| +  media::Ranges<base::TimeDelta> DemuxerBufferedRange(const std::string& id);
 | 
|    bool DemuxerAppend(const std::string& id, const uint8* data, size_t length);
 | 
|    void DemuxerAbort(const std::string& id);
 | 
|    void DemuxerEndOfStream(media::PipelineStatus status);
 | 
| 
 |