| Index: base/timer/timer.h
 | 
| diff --git a/base/timer/timer.h b/base/timer/timer.h
 | 
| index 88958d4ad65a3abef8976483d758014e097b8b82..651ba39d9137d2a3814fe6859d6dce953aef994e 100644
 | 
| --- a/base/timer/timer.h
 | 
| +++ b/base/timer/timer.h
 | 
| @@ -203,7 +203,8 @@ class BASE_EXPORT Timer {
 | 
|    TimeTicks desired_run_time_;
 | 
|  
 | 
|    // Timer isn't thread-safe and must only be used on its origin sequence
 | 
| -  // (sequence on which it was started).
 | 
| +  // (sequence on which it was started). Once fully Stop()'ed it may be
 | 
| +  // destroyed or restarted on another sequence.
 | 
|    SequenceChecker origin_sequence_checker_;
 | 
|  
 | 
|    // Repeating timers automatically post the task again before calling the task
 | 
| 
 |