diff options
Diffstat (limited to 'app/text_elider.h')
-rw-r--r-- | app/text_elider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/text_elider.h b/app/text_elider.h index aa33c29..f93b944 100644 --- a/app/text_elider.h +++ b/app/text_elider.h @@ -28,7 +28,7 @@ namespace gfx { // // 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, |