Index: chrome/browser/ui/webui/help/version_updater_win.cc |
diff --git a/chrome/browser/ui/webui/help/version_updater_win.cc b/chrome/browser/ui/webui/help/version_updater_win.cc |
index 32861e2da6bac1ae42f76b2037ba1058e0d1f128..e0eb626dc437512ab61e19ceeaa435f2aabc6e8c 100644 |
--- a/chrome/browser/ui/webui/help/version_updater_win.cc |
+++ b/chrome/browser/ui/webui/help/version_updater_win.cc |
@@ -115,7 +115,7 @@ void VersionUpdaterWin::OnError(GoogleUpdateErrorCode error_code, |
void VersionUpdaterWin::BeginUpdateCheckOnFileThread( |
bool install_update_if_possible) { |
- BeginUpdateCheck(content::BrowserThread::GetMessageLoopProxyForThread( |
+ BeginUpdateCheck(content::BrowserThread::GetTaskRunnerForThread( |
content::BrowserThread::FILE), |
g_browser_process->GetApplicationLocale(), |
install_update_if_possible, owner_widget_, |