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

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

Issue 12315071: Revert 184352 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 months 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
« no previous file with comments | « chrome/browser/importer/firefox_importer_unittest.cc ('k') | chrome/browser/importer/ie_importer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/importer/firefox_importer_utils.cc
===================================================================
--- chrome/browser/importer/firefox_importer_utils.cc (revision 184354)
+++ chrome/browser/importer/firefox_importer_utils.cc (working copy)
@@ -71,7 +71,7 @@
&path16, 0, ASCIIToUTF16("/"), ASCIIToUTF16("\\"));
#endif
base::FilePath path =
- base::FilePath::FromWStringHack(base::UTF16ToWide(path16));
+ base::FilePath::FromWStringHack(UTF16ToWide(path16));
// IsRelative=1 means the folder path would be relative to the
// path of profiles.ini. IsRelative=0 refers to a custom profile
@@ -123,7 +123,7 @@
// file, we could go straight from bytes -> filepath;
// otherwise, we're out of luck here.
*app_path = base::FilePath::FromWStringHack(
- base::UTF8ToWide(line.substr(equal + 1)));
+ UTF8ToWide(line.substr(equal + 1)));
}
}
}
« no previous file with comments | « chrome/browser/importer/firefox_importer_unittest.cc ('k') | chrome/browser/importer/ie_importer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698