Index: chrome/browser/importer/firefox2_importer.cc |
=================================================================== |
--- chrome/browser/importer/firefox2_importer.cc (revision 29088) |
+++ chrome/browser/importer/firefox2_importer.cc (working copy) |
@@ -291,7 +291,7 @@ |
// exist, we try to find its older version. |
std::wstring file = source_path_; |
file_util::AppendToPath(&file, L"signons2.txt"); |
- if (!file_util::PathExists(file)) { |
+ if (!file_util::PathExists(FilePath::FromWStringHack(file))) { |
file = source_path_; |
file_util::AppendToPath(&file, L"signons.txt"); |
} |