diff options
Diffstat (limited to 'chrome/browser/dom_ui/dom_ui_favicon_source.h')
-rw-r--r-- | chrome/browser/dom_ui/dom_ui_favicon_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/dom_ui_favicon_source.h b/chrome/browser/dom_ui/dom_ui_favicon_source.h index 5e53754..6556c39 100644 --- a/chrome/browser/dom_ui/dom_ui_favicon_source.h +++ b/chrome/browser/dom_ui/dom_ui_favicon_source.h @@ -45,7 +45,7 @@ class DOMUIFavIconSource : public ChromeURLDataManager::DataSource { // Raw PNG representation of the favicon to show when the favicon // database doesn't have a favicon for a webpage. - scoped_refptr<RefCountedBytes> default_favicon_; + scoped_refptr<RefCountedMemory> default_favicon_; DISALLOW_COPY_AND_ASSIGN(DOMUIFavIconSource); }; |