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

Unified Diff: docs/task_scheduler_migration.md

Issue 2948623003: Fix typo in TaskScheduler Migration doc. (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/task_scheduler_migration.md
diff --git a/docs/task_scheduler_migration.md b/docs/task_scheduler_migration.md
index 773f181080a054caab75bb2bf774ae3a8ef34f30..64c1b6b7ad2bce70aadddf0046d0035c33916430 100644
--- a/docs/task_scheduler_migration.md
+++ b/docs/task_scheduler_migration.md
@@ -44,7 +44,7 @@ Replace methods that used to
```
and make them use
```cpp
- base::ThreadsRestrictions::AssertIOAllowed();
+ base::ThreadRestrictions::AssertIOAllowed();
```
The TaskScheduler API intentionally doesn't provide a
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698