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); |
} |