| Index: media/base/seekable_buffer.h
|
| diff --git a/media/base/seekable_buffer.h b/media/base/seekable_buffer.h
|
| index 18dee8d17c58bad50d8abcf16901628c3c88e26f..407f84e7f5234e311a4294e0c0e56233bc455655 100644
|
| --- a/media/base/seekable_buffer.h
|
| +++ b/media/base/seekable_buffer.h
|
| @@ -121,7 +121,7 @@ class MEDIA_EXPORT SeekableBuffer {
|
| // timestamp for the current buffer is set to 0 or the data was added with
|
| // Append(const uint*, size_t), then returns value that corresponds to the
|
| // last position in a buffer that had timestamp set.
|
| - // kNoTimestamp is returned if no buffers we read from had timestamp set.
|
| + // kNoTimestamp() is returned if no buffers we read from had timestamp set.
|
| base::TimeDelta current_time() const { return current_time_; }
|
|
|
| private:
|
|
|