summaryrefslogtreecommitdiffstats
path: root/base/file_path.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/file_path.h')
-rw-r--r--base/file_path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/file_path.h b/base/file_path.h
index a328c8a..61aa4fb 100644
--- a/base/file_path.h
+++ b/base/file_path.h
@@ -66,7 +66,7 @@
//
// WARNING: FilePaths should ALWAYS be displayed with LTR directionality, even
// when the UI language is RTL. This means you always need to pass filepaths
-// through l10n_util::WrapPathWithLTRFormatting() before displaying it in the
+// through base::i18n::WrapPathWithLTRFormatting() before displaying it in the
// RTL UI.
//
// This is a very common source of bugs, please try to keep this in mind.