Index: third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h |
diff --git a/third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h b/third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h |
index b6cdfc764887c540ca915b977aee21054f782ab2..dd3e1d2f4c24b92511ae5a2ecb28d01316be6d09 100644 |
--- a/third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h |
+++ b/third_party/WebKit/public/platform/scheduler/child/single_thread_idle_task_runner.h |
@@ -71,8 +71,8 @@ class SingleThreadIdleTaskRunner |
const IdleTask& idle_task); |
// |idle_task| is eligible to run after the next time an idle period starts |
- // after |delay|. Note this has after wake-up semantics, i.e. unless |
- // something else wakes the CPU up, this won't run. |
+ // after |delay|. Note this has after wakeup semantics, i.e. unless something |
+ // else wakes the CPU up, this won't run. |
virtual void PostDelayedIdleTask(const tracked_objects::Location& from_here, |
const base::TimeDelta delay, |
const IdleTask& idle_task); |