Index: chrome/browser/ui/webui/ntp/new_tab_ui.cc |
diff --git a/chrome/browser/ui/webui/ntp/new_tab_ui.cc b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
index b7b34ed02d177219b05e0d16960cf661a57615f0..c685e836359bc2a55d7d7ff84d698059954b25ef 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
@@ -518,7 +518,7 @@ void NewTabUI::NewTabHTMLSource::StartDataRequest(const std::string& path, |
return; |
} |
- scoped_refptr<RefCountedBytes> html_bytes( |
+ scoped_refptr<RefCountedMemory> html_bytes( |
NTPResourceCacheFactory::GetForProfile(profile_)-> |
GetNewTabHTML(is_incognito)); |