Chromium Code Reviews| Index: chrome/browser/ui/webui/history_ui.cc |
| =================================================================== |
| --- chrome/browser/ui/webui/history_ui.cc (revision 134496) |
| +++ chrome/browser/ui/webui/history_ui.cc (working copy) |
| @@ -484,7 +484,7 @@ |
| } |
| // static |
| -RefCountedMemory* HistoryUI::GetFaviconResourceBytes() { |
| +base::RefCountedMemory* HistoryUI::GetFaviconResourceBytes() { |
| return ResourceBundle::GetSharedInstance(). |
| LoadDataResourceBytes(IDR_HISTORY_FAVICON); |
| } |