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

Unified Diff: chrome_frame/dll_redirector.cc

Issue 5905006: Revert 69490 - base/version: remove wstring version... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/common/extensions/extension.cc ('k') | webkit/glue/plugins/plugin_group.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/dll_redirector.cc
===================================================================
--- chrome_frame/dll_redirector.cc (revision 69490)
+++ chrome_frame/dll_redirector.cc (working copy)
@@ -14,7 +14,6 @@
#include "base/logging.h"
#include "base/path_service.h"
#include "base/shared_memory.h"
-#include "base/string_util.h"
#include "base/sys_info.h"
#include "base/utf_string_conversions.h"
#include "base/version.h"
@@ -248,7 +247,7 @@
Version* current_version = NULL;
if (file_version_info.get()) {
current_version = Version::GetVersionFromString(
- WideToASCII(file_version_info->file_version()));
+ file_version_info->file_version());
DCHECK(current_version);
}
« no previous file with comments | « chrome/common/extensions/extension.cc ('k') | webkit/glue/plugins/plugin_group.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698