From e9273e19ac50bb20ea9bdcb0a65935bbf5cdd545 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Wed, 11 Dec 2013 17:51:49 +0000 Subject: Replace some string16's with base namespace in chrome/browser TBR=sky Review URL: https://codereview.chromium.org/101953005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240126 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/ui/webui/downloads_dom_handler.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/ui/webui/downloads_dom_handler.cc') diff --git a/chrome/browser/ui/webui/downloads_dom_handler.cc b/chrome/browser/ui/webui/downloads_dom_handler.cc index f964d84..77f3c31 100644 --- a/chrome/browser/ui/webui/downloads_dom_handler.cc +++ b/chrome/browser/ui/webui/downloads_dom_handler.cc @@ -151,7 +151,7 @@ DictionaryValue* CreateDownloadItemValue( } // Keep file names as LTR. - string16 file_name = + base::string16 file_name = download_item->GetFileNameToReportUser().LossyDisplayName(); file_name = base::i18n::GetDisplayStringInLTRDirectionality(file_name); file_value->SetString("file_name", file_name); -- cgit v1.1