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

Unified Diff: printing/printed_document.cc

Issue 447403002: Move file_util_icu to base::i18n namespace (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « net/base/filename_util_icu.cc ('k') | ui/base/dragdrop/os_exchange_data_provider_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: printing/printed_document.cc
diff --git a/printing/printed_document.cc b/printing/printed_document.cc
index 6d2a9a037ddc258c4c4e3c421ccfa2613eda9a50..8265e75fcc4ee59efb630ab6ef5adfa16bb48bc1 100644
--- a/printing/printed_document.cc
+++ b/printing/printed_document.cc
@@ -242,7 +242,7 @@ base::FilePath PrintedDocument::CreateDebugDumpPath(
#else // OS_WIN
system_filename = base::UTF16ToUTF8(filename);
#endif // OS_WIN
- file_util::ReplaceIllegalCharactersInPath(&system_filename, '_');
+ base::i18n::ReplaceIllegalCharactersInPath(&system_filename, '_');
return g_debug_dump_info.Get().Append(system_filename).AddExtension(
extension);
}
« no previous file with comments | « net/base/filename_util_icu.cc ('k') | ui/base/dragdrop/os_exchange_data_provider_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698