| Index: media/base/clock.h
|
| diff --git a/media/base/clock.h b/media/base/clock.h
|
| index c020de891dd831facd49a4d5be2053b9a00fc86b..5b2a90c28e8f6b9aa069564bdee661664b16dbf4 100644
|
| --- a/media/base/clock.h
|
| +++ b/media/base/clock.h
|
| @@ -116,7 +116,7 @@ class MEDIA_EXPORT Clock {
|
| // Current playback rate.
|
| float playback_rate_;
|
|
|
| - // The maximum time that can be returned by calls to GetCurrentTime.
|
| + // The maximum time that can be returned by calls to Elapsed().
|
| base::TimeDelta max_time_;
|
|
|
| // Duration of the media.
|
|
|