Index: chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
diff --git a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
index 67a3cfa8e658e59502c2ca610d829e84d7d1b282..3f7c258f69ac5177e0596813ba5aafc194833463 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
+++ b/chrome/browser/ui/webui/ntp/ntp_resource_cache.cc |
@@ -557,7 +557,6 @@ void NTPResourceCache::CreateNewTabHTML() { |
// Load the new tab page appropriate for this build. |
base::StringPiece new_tab_html(ResourceBundle::GetSharedInstance(). |
GetRawDataResource(IDR_NEW_TAB_4_HTML)); |
- webui::UseVersion2 version2; |
std::string full_html = |
webui::GetI18nTemplateHtml(new_tab_html, &load_time_data); |
new_tab_html_ = base::RefCountedString::TakeString(&full_html); |