Chromium Code Reviews| Index: chrome/browser/ui/webui/ntp/new_tab_ui.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/ntp/new_tab_ui.cc (revision 134496) |
| +++ chrome/browser/ui/webui/ntp/new_tab_ui.cc (working copy) |
| @@ -409,7 +409,7 @@ |
| return; |
| } |
| - scoped_refptr<RefCountedMemory> html_bytes( |
| + scoped_refptr<base::RefCountedMemory> html_bytes( |
| NTPResourceCacheFactory::GetForProfile(profile_)-> |
| GetNewTabHTML(is_incognito)); |