Index: chrome/browser/extensions/api/bookmarks/bookmarks_api.cc |
diff --git a/chrome/browser/extensions/api/bookmarks/bookmarks_api.cc b/chrome/browser/extensions/api/bookmarks/bookmarks_api.cc |
index 8361b9482bdf2622eaa7c0e1a412857620f33249..8dfc29a19e1b49e528b8421129fc3e4a65acba13 100644 |
--- a/chrome/browser/extensions/api/bookmarks/bookmarks_api.cc |
+++ b/chrome/browser/extensions/api/bookmarks/bookmarks_api.cc |
@@ -85,7 +85,7 @@ base::FilePath GetDefaultFilepathForBookmarkExport() { |
base::TimeFormatShortDateNumeric(time)); |
#endif |
- file_util::ReplaceIllegalCharactersInPath(&filename, '_'); |
+ base::i18n::ReplaceIllegalCharactersInPath(&filename, '_'); |
base::FilePath default_path; |
PathService::Get(chrome::DIR_USER_DOCUMENTS, &default_path); |