| 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 06b02c54eadb6e8ba2033c59aba0097f93770ee0..6fdb4cb52d3bdff16c9e803bebe2ba25ac75aac4 100644
|
| --- a/chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
| +++ b/chrome/browser/ui/webui/ntp/new_tab_ui.cc
|
| @@ -452,7 +452,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));
|
|
|
|
|