| Index: chrome/browser/chrome_browser_main_win.cc
|
| diff --git a/chrome/browser/chrome_browser_main_win.cc b/chrome/browser/chrome_browser_main_win.cc
|
| index fe8965e14c8d39a96fbbfeee063066c2f6490697..9a19ceb12f19b9ba43f6364fe48998ddeb9a70f3 100644
|
| --- a/chrome/browser/chrome_browser_main_win.cc
|
| +++ b/chrome/browser/chrome_browser_main_win.cc
|
| @@ -356,7 +356,7 @@ bool ChromeBrowserMainPartsWin::CheckMachineLevelInstall() {
|
| // TODO(tommi): Check if using the default distribution is always the right
|
| // thing to do.
|
| BrowserDistribution* dist = BrowserDistribution::GetDistribution();
|
| - base::Version version;
|
| + Version version;
|
| InstallUtil::GetChromeVersion(dist, true, &version);
|
| if (version.IsValid()) {
|
| base::FilePath exe_path;
|
|
|