Index: app/text_elider.h |
=================================================================== |
--- app/text_elider.h (revision 42180) |
+++ app/text_elider.h (working copy) |
@@ -28,7 +28,7 @@ |
// |
// Note: in RTL locales, if the URL returned by this function is going to be |
// displayed in the UI, then it is likely that the string needs to be marked |
-// as an LTR string (using l10n_util::WrapStringWithLTRFormatting()) so that it |
+// as an LTR string (using base::i18n::WrapStringWithLTRFormatting()) so that it |
// is displayed properly in an RTL context. Please refer to |
// http://crbug.com/6487 for more information. |
std::wstring ElideUrl(const GURL& url, |