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 cf3ca4672658466ab3f5578f639765cb4b1d67cc..d9c9d18d4394d05d8f4a42ea207b40c43fc6b75b 100644 |
--- a/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
+++ b/chrome/browser/ui/webui/ntp/new_tab_ui.cc |
@@ -451,7 +451,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)); |