| Index: chrome/browser/dom_ui/history_ui.cc
|
| diff --git a/chrome/browser/dom_ui/history_ui.cc b/chrome/browser/dom_ui/history_ui.cc
|
| index 17e6580c55b7d3d3f61620e9c34b65a0f8b21e40..7c2b9166863b9ae7f7823793dd4e1adcbfc41e8d 100644
|
| --- a/chrome/browser/dom_ui/history_ui.cc
|
| +++ b/chrome/browser/dom_ui/history_ui.cc
|
| @@ -381,7 +381,7 @@ const GURL HistoryUI::GetHistoryURLWithSearchText(const std::wstring& text) {
|
| }
|
|
|
| // static
|
| -bool HistoryUI::GetFaviconResourceBytes(std::vector<unsigned char>* bytes) {
|
| +RefCountedMemory* HistoryUI::GetFaviconResourceBytes() {
|
| return ResourceBundle::GetSharedInstance().
|
| - LoadImageResourceBytes(IDR_HISTORY_FAVICON, bytes);
|
| + LoadImageResourceBytes(IDR_HISTORY_FAVICON);
|
| }
|
|
|