| Index: chrome/browser/ui/webui/help/version_updater_win.h
 | 
| diff --git a/chrome/browser/ui/webui/help/version_updater_win.h b/chrome/browser/ui/webui/help/version_updater_win.h
 | 
| index eab092d1002cef9e8c3f1e7662567546ef3314c4..f225a231811b4273332b3b6fc3c433f96637cedd 100644
 | 
| --- a/chrome/browser/ui/webui/help/version_updater_win.h
 | 
| +++ b/chrome/browser/ui/webui/help/version_updater_win.h
 | 
| @@ -38,7 +38,7 @@ class VersionUpdaterWin : public VersionUpdater,
 | 
|                 const base::string16& new_version) override;
 | 
|  
 | 
|   private:
 | 
| -  void BeginUpdateCheckOnFileThread(bool install_update_if_possible);
 | 
| +  void DoBeginUpdateCheck(bool install_update_if_possible);
 | 
|  
 | 
|    // A task run on the UI thread with the result of checking for a pending
 | 
|    // restart.
 | 
| 
 |