Commit e1b5971e authored by Victor Costan's avatar Victor Costan Committed by Chromium LUCI CQ

base: Minor improvement to base::SequenceChecker doc comments.

Change-Id: I7ab1de6fcc9b6778ce29e1fdd85d3e926dcfe0d8
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2610632Reviewed-by: default avatarGabriel Charette <gab@chromium.org>
Commit-Queue: Victor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#840425}
parent 5459825c
......@@ -26,8 +26,8 @@
// class MyClass {
// public:
// MyClass() {
// // It's sometimes useful to detach on construction for objects that are
// // constructed in one place and forever after used from another
// // Detaching on construction is necessary for objects that are
// // constructed on one sequence and forever after used from another
// // sequence.
// DETACH_FROM_SEQUENCE(my_sequence_checker_);
// }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment