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

Unified Diff: chrome/common/importer/firefox_importer_utils.cc

Issue 93793010: Update uses of UTF conversions in chrome/common to use the base:: namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
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);
« no previous file with comments | « chrome/common/extensions/webview_handler.cc ('k') | chrome/common/importer/ie_importer_test_registry_overrider_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698