| Index: chromecast/media/cma/base/media_task_runner.h
|
| diff --git a/chromecast/media/cma/base/media_task_runner.h b/chromecast/media/cma/base/media_task_runner.h
|
| index c4a3012c941c021a27fb409169c64105fc351bc1..e5d040adbfa5a24fb90eb17b9df449334d16f6d1 100644
|
| --- a/chromecast/media/cma/base/media_task_runner.h
|
| +++ b/chromecast/media/cma/base/media_task_runner.h
|
| @@ -20,7 +20,7 @@ class MediaTaskRunner
|
| MediaTaskRunner();
|
|
|
| // Post a task with the given media |timestamp|. If |timestamp| is equal to
|
| - // |kNoTimestamp()|, the task is scheduled right away.
|
| + // |kNoTimestamp|, the task is scheduled right away.
|
| // How the media timestamp is used to schedule the task is an implementation
|
| // detail of derived classes.
|
| // Returns true if the task may be run at some point in the future, and false
|
|
|