Index: chrome/installer/util/logging_installer.cc |
=================================================================== |
--- chrome/installer/util/logging_installer.cc (revision 184354) |
+++ chrome/installer/util/logging_installer.cc (working copy) |
@@ -117,7 +117,7 @@ |
std::string path; |
prefs.GetString(installer::master_preferences::kLogFile, &path); |
if (!path.empty()) { |
- return base::FilePath(base::UTF8ToWide(path)); |
+ return base::FilePath(UTF8ToWide(path)); |
} |
std::wstring log_filename = prefs.install_chrome_frame() ? |