| Index: chrome/browser/ui/webui/help/help_handler.cc
|
| diff --git a/chrome/browser/ui/webui/help/help_handler.cc b/chrome/browser/ui/webui/help/help_handler.cc
|
| index 3ca356a8dbf31bd0b48f36fe85d2bb80beeb4070..78af06d78e9ad3525492d517b326d4fc77ce0aa2 100644
|
| --- a/chrome/browser/ui/webui/help/help_handler.cc
|
| +++ b/chrome/browser/ui/webui/help/help_handler.cc
|
| @@ -347,7 +347,7 @@ void HelpHandler::OnPageLoaded(const ListValue* args) {
|
| // If |g_build_date_string| is |NULL|, the date has not yet been assigned.
|
| // Get the date of the last lsb-release file modification.
|
| base::FileUtilProxy::GetFileInfo(
|
| - BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE),
|
| + BrowserThread::GetMessageLoopProxyForThread(BrowserThread::FILE).get(),
|
| base::SysInfo::GetLsbReleaseFilePath(),
|
| base::Bind(&HelpHandler::ProcessLsbFileInfo,
|
| weak_factory_.GetWeakPtr()));
|
|
|