| Index: media/base/audio_timestamp_helper.h
|
| diff --git a/media/base/audio_timestamp_helper.h b/media/base/audio_timestamp_helper.h
|
| index 82cc7dc1788e72e5b2ed35cd60e253c9211ecb50..40ac93cd3ef48e4e4e495719ef6195b66f01aa6c 100644
|
| --- a/media/base/audio_timestamp_helper.h
|
| +++ b/media/base/audio_timestamp_helper.h
|
| @@ -40,7 +40,7 @@ class MEDIA_EXPORT AudioTimestampHelper {
|
|
|
| // Adds |frame_count| to the frame counter.
|
| // Note: SetBaseTimestamp() must be called with a value other than
|
| - // kNoTimestamp() before this method can be called.
|
| + // kNoTimestamp before this method can be called.
|
| void AddFrames(int frame_count);
|
|
|
| // Get the current timestamp. This value is computed from the base_timestamp()
|
|
|