Index: chrome/browser/ui/webui/system_info_ui.cc |
diff --git a/chrome/browser/ui/webui/system_info_ui.cc b/chrome/browser/ui/webui/system_info_ui.cc |
index 727b6dc592e5004cccb6c3c060c95a023312cbcb..395eab85bfc444436cee361911bd130c73ffc343 100644 |
--- a/chrome/browser/ui/webui/system_info_ui.cc |
+++ b/chrome/browser/ui/webui/system_info_ui.cc |
@@ -158,7 +158,6 @@ void SystemInfoUIHTMLSource::RequestComplete() { |
static const base::StringPiece systeminfo_html( |
ResourceBundle::GetSharedInstance().GetRawDataResource( |
IDR_ABOUT_SYS_HTML)); |
- webui::UseVersion2 version2; |
std::string full_html = webui::GetI18nTemplateHtml(systeminfo_html, &strings); |
callback_.Run(base::RefCountedString::TakeString(&full_html)); |
} |