Index: chrome/browser/dom_ui/dom_ui_thumbnail_source.h |
diff --git a/chrome/browser/dom_ui/dom_ui_thumbnail_source.h b/chrome/browser/dom_ui/dom_ui_thumbnail_source.h |
index 6daf357310ae7dcf3341f8e754cbaeb5ab1f42d9..48f28798a681766b2902babef2b4d3ebca877123 100644 |
--- a/chrome/browser/dom_ui/dom_ui_thumbnail_source.h |
+++ b/chrome/browser/dom_ui/dom_ui_thumbnail_source.h |
@@ -53,7 +53,7 @@ class DOMUIThumbnailSource : public ChromeURLDataManager::DataSource, |
// Raw PNG representation of the thumbnail to show when the thumbnail |
// database doesn't have a thumbnail for a webpage. |
- scoped_refptr<RefCountedBytes> default_thumbnail_; |
+ scoped_refptr<RefCountedMemory> default_thumbnail_; |
// Store requests when the ThumbnailStore isn't ready. When a notification is |
// received that it is ready, then serve these requests. |