Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5)

Unified Diff: chromecast/media/cma/base/media_task_runner.h

Issue 2158923004: Convert media constants to constexpr. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698