| Index: chrome/common/cancelable_task_tracker.h | 
| diff --git a/chrome/common/cancelable_task_tracker.h b/chrome/common/cancelable_task_tracker.h | 
| index 86450c30c486648bf9cd2d72a618521bf6c4c3f2..155909d2982a009528361d283e5e6b7f0461edfa 100644 | 
| --- a/chrome/common/cancelable_task_tracker.h | 
| +++ b/chrome/common/cancelable_task_tracker.h | 
| @@ -73,7 +73,7 @@ class CancelableTaskTracker { | 
|  | 
| // Creates a tracked TaskId and an associated IsCanceledCallback. Client can | 
| // later call TryCancel() with the returned TaskId, and run |is_canceled_cb| | 
| -  // to check whether the TaskId is canceled. | 
| +  // from any thread to check whether the TaskId is canceled. | 
| // | 
| // Note. This function is used to address some special cancelation requirement | 
| // in existing code. You SHOULD NOT need this function in new code. | 
|  |