Index: chrome/common/importer/firefox_importer_utils.cc |
diff --git a/chrome/common/importer/firefox_importer_utils.cc b/chrome/common/importer/firefox_importer_utils.cc |
index cd7bf17938d1ff872f390503c60eb21e0a0c71da..86d9bcb060aaccc1fadec7d5aeeb954423c44064 100644 |
--- a/chrome/common/importer/firefox_importer_utils.cc |
+++ b/chrome/common/importer/firefox_importer_utils.cc |
@@ -33,7 +33,7 @@ base::FilePath GetProfilePath(const base::DictionaryValue& root, |
#if defined(OS_WIN) |
ReplaceSubstringsAfterOffset( |
- &path16, 0, ASCIIToUTF16("/"), ASCIIToUTF16("\\")); |
+ &path16, 0, base::ASCIIToUTF16("/"), base::ASCIIToUTF16("\\")); |
#endif |
base::FilePath path = base::FilePath::FromUTF16Unsafe(path16); |