| Index: chrome/browser/dom_ui/downloads_ui.cc
|
| diff --git a/chrome/browser/dom_ui/downloads_ui.cc b/chrome/browser/dom_ui/downloads_ui.cc
|
| index deb5ef18d14b11806c8aab8810eaae556a852759..52a26dfebd3de1ea671f38dea926197a94712c8a 100644
|
| --- a/chrome/browser/dom_ui/downloads_ui.cc
|
| +++ b/chrome/browser/dom_ui/downloads_ui.cc
|
| @@ -99,7 +99,7 @@ void DownloadsUIHTMLSource::StartDataRequest(const std::string& path,
|
|
|
| SetFontAndTextDirection(&localized_strings);
|
|
|
| - static const StringPiece downloads_html(
|
| + static const base::StringPiece downloads_html(
|
| ResourceBundle::GetSharedInstance().GetRawDataResource(
|
| IDR_DOWNLOADS_HTML));
|
| const std::string full_html = jstemplate_builder::GetI18nTemplateHtml(
|
|
|