Index: chrome/browser/dom_ui/ntp_resource_cache.cc |
diff --git a/chrome/browser/dom_ui/ntp_resource_cache.cc b/chrome/browser/dom_ui/ntp_resource_cache.cc |
index a1b8bf035969b9abefa7f7000518fc67ff452bfe..dca2917a258ea9ed054f89a5736d5c74289a7c41 100644 |
--- a/chrome/browser/dom_ui/ntp_resource_cache.cc |
+++ b/chrome/browser/dom_ui/ntp_resource_cache.cc |
@@ -140,6 +140,8 @@ NTPResourceCache::NTPResourceCache(Profile* profile) : profile_(profile) { |
pref_change_registrar_.Add(prefs::kNTPShownSections, this); |
} |
+NTPResourceCache::~NTPResourceCache() {} |
+ |
RefCountedBytes* NTPResourceCache::GetNewTabHTML(bool is_off_the_record) { |
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI)); |
if (is_off_the_record) { |