| Index: net/http/http_cache_transaction.h
 | 
| diff --git a/net/http/http_cache_transaction.h b/net/http/http_cache_transaction.h
 | 
| index 8e2a62f8d0ad378e9e268daf7faec9c501364119..f230f42e8a1430b17340aa5112470fa721368ccb 100644
 | 
| --- a/net/http/http_cache_transaction.h
 | 
| +++ b/net/http/http_cache_transaction.h
 | 
| @@ -335,7 +335,7 @@ class HttpCache::Transaction : public HttpTransaction {
 | 
|    // Handles a response validation error by bypassing the cache.
 | 
|    void IgnoreRangeRequest();
 | 
|  
 | 
| -  // Removes content-length and byte range related info if needed.
 | 
| +  // Fixes the response headers to match expectations for a HEAD request.
 | 
|    void FixHeadersForHead();
 | 
|  
 | 
|    // Launches an asynchronous revalidation based on this transaction.
 | 
| 
 |