diff options
Diffstat (limited to 'chrome/browser/dom_ui/downloads_ui.cc')
-rw-r--r-- | chrome/browser/dom_ui/downloads_ui.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/downloads_ui.cc b/chrome/browser/dom_ui/downloads_ui.cc index deb5ef1..52a26df 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( |