| Index: base/sequence_checker_impl.h
|
| diff --git a/base/sequence_checker_impl.h b/base/sequence_checker_impl.h
|
| index 8e2c06376739d75b394c41a558455dd636fc17ff..74039718f62de96890aeee3c6e6524766523a1c0 100644
|
| --- a/base/sequence_checker_impl.h
|
| +++ b/base/sequence_checker_impl.h
|
| @@ -28,10 +28,10 @@ class BASE_EXPORT SequenceCheckerImpl {
|
|
|
| // Returns true if called in sequence with previous calls to this method and
|
| // the constructor.
|
| - bool CalledOnValidSequencedThread() const WARN_UNUSED_RESULT;
|
| + bool CalledOnValidSequence() const WARN_UNUSED_RESULT;
|
|
|
| // Unbinds the checker from the currently associated sequence. The checker
|
| - // will be re-bound on the next call to CalledOnValidSequencedThread().
|
| + // will be re-bound on the next call to CalledOnValidSequence().
|
| void DetachFromSequence();
|
|
|
| private:
|
|
|