Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Unified Diff: chrome/installer/util/install_util.cc

Issue 5848005: base/version: remove wstring version (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: retry Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/installer/util/helper_unittest.cc ('k') | chrome/installer/util/package.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/install_util.cc
diff --git a/chrome/installer/util/install_util.cc b/chrome/installer/util/install_util.cc
index c5384b3a72c87c5448ff40b5f760a9671863d56f..eacbc017a822a2b82e79ef2e4af4da7c482d2ac2 100644
--- a/chrome/installer/util/install_util.cc
+++ b/chrome/installer/util/install_util.cc
@@ -93,7 +93,7 @@ Version* InstallUtil::GetChromeVersion(BrowserDistribution* dist,
}
key.Close();
VLOG(1) << "Existing Chrome version found " << version_str;
- return Version::GetVersionFromString(version_str);
+ return Version::GetVersionFromString(WideToASCII(version_str));
}
bool InstallUtil::IsOSSupported() {
« no previous file with comments | « chrome/installer/util/helper_unittest.cc ('k') | chrome/installer/util/package.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698