| Index: content/child/push_messaging/push_dispatcher.h
 | 
| diff --git a/content/child/push_messaging/push_dispatcher.h b/content/child/push_messaging/push_dispatcher.h
 | 
| index 5eaf550c2f7c74c2f836aa4e84069c252ea9b416..3ec697bae20a8cf7bd1ebc7fc5711c1d994999c9 100644
 | 
| --- a/content/child/push_messaging/push_dispatcher.h
 | 
| +++ b/content/child/push_messaging/push_dispatcher.h
 | 
| @@ -18,7 +18,7 @@ class PushDispatcher : public WorkerThreadMessageFilter {
 | 
|  
 | 
|    // Generates a process-unique new request id. Stores it in a map as key to
 | 
|    // |thread_id| and returns it. This method can be called on any thread.
 | 
| -  // Note that the registration requests from document contexts do not go via
 | 
| +  // Note that the subscription requests from document contexts do not go via
 | 
|    // this class and their request ids may overlap with the ones generated here.
 | 
|    int GenerateRequestId(int thread_id);
 | 
|  
 | 
| 
 |