| Index: content/public/browser/browser_thread.h
 | 
| diff --git a/content/public/browser/browser_thread.h b/content/public/browser/browser_thread.h
 | 
| index 1a451ad638ee374b17cea36730a64d20d84365ac..3b4d13ba57b48dbe364da1c6d17ee09207f4be3f 100644
 | 
| --- a/content/public/browser/browser_thread.h
 | 
| +++ b/content/public/browser/browser_thread.h
 | 
| @@ -197,7 +197,7 @@ class CONTENT_EXPORT BrowserThread {
 | 
|    // Returns the thread pool used for blocking file I/O. Use this object to
 | 
|    // perform random blocking operations such as file writes or querying the
 | 
|    // Windows registry.
 | 
| -  static base::SequencedWorkerPool* GetBlockingPool() WARN_UNUSED_RESULT;
 | 
| +  static base::SequencedWorkerPool* GetBlockingPool();
 | 
|  
 | 
|    // Callable on any thread.  Returns whether the given well-known thread is
 | 
|    // initialized.
 | 
| 
 |