| Index: chrome/browser/chrome_content_browser_client.h
 | 
| diff --git a/chrome/browser/chrome_content_browser_client.h b/chrome/browser/chrome_content_browser_client.h
 | 
| index 1b9b1e841848afb0c0e2227394fed4114f8519ec..53d419e15ec9dfef49896dd4cdb2c207f8b13cb6 100644
 | 
| --- a/chrome/browser/chrome_content_browser_client.h
 | 
| +++ b/chrome/browser/chrome_content_browser_client.h
 | 
| @@ -344,7 +344,7 @@ static void RequestFileSystemPermissionOnUIThread(
 | 
|    // created. It is used only the IO thread.
 | 
|    prerender::PrerenderTracker* prerender_tracker_;
 | 
|  
 | 
| -   base::WeakPtrFactory<ChromeContentBrowserClient> weak_factory_;
 | 
| +  base::WeakPtrFactory<ChromeContentBrowserClient> weak_factory_;
 | 
|  
 | 
|    friend class DisableWebRtcEncryptionFlagTest;
 | 
|  
 | 
| 
 |