| Index: chrome/browser/diagnostics/recon_diagnostics.cc
|
| diff --git a/chrome/browser/diagnostics/recon_diagnostics.cc b/chrome/browser/diagnostics/recon_diagnostics.cc
|
| index dc00bb616c70e4aff340a75e4ffcabf52739028c..c7afded313458ee2c060f0f46034f1c422c75b41 100644
|
| --- a/chrome/browser/diagnostics/recon_diagnostics.cc
|
| +++ b/chrome/browser/diagnostics/recon_diagnostics.cc
|
| @@ -10,6 +10,7 @@
|
| #include "base/utf_string_conversions.h"
|
| #include "base/sys_info.h"
|
| #include "base/path_service.h"
|
| +#include "chrome/app/chrome_version_info.h"
|
| #include "chrome/browser/diagnostics/diagnostics_test.h"
|
| #include "chrome/common/chrome_paths.h"
|
| #include "chrome/common/platform_util.h"
|
| @@ -108,7 +109,7 @@ class VersionTest : public DiagnosticTest {
|
|
|
| virtual bool ExecuteImpl(DiagnosticsModel::Observer* observer) {
|
| scoped_ptr<FileVersionInfo> version_info(
|
| - FileVersionInfo::CreateFileVersionInfoForCurrentModule());
|
| + chrome_app::GetChromeVersionInfo());
|
| if (!version_info.get()) {
|
| RecordFailure(ASCIIToUTF16("No Version"));
|
| return true;
|
|
|