| Index: chrome/browser/dom_ui/history_ui.h
|
| diff --git a/chrome/browser/dom_ui/history_ui.h b/chrome/browser/dom_ui/history_ui.h
|
| index 892b2ab1800eae48e35842a576a56b0c56502f68..3dc51c4ba4891361e2929b8b26ce94fd66b09e72 100644
|
| --- a/chrome/browser/dom_ui/history_ui.h
|
| +++ b/chrome/browser/dom_ui/history_ui.h
|
| @@ -95,7 +95,7 @@ class HistoryUI : public DOMUI {
|
| // Return the URL for a given search term.
|
| static const GURL GetHistoryURLWithSearchText(const std::wstring& text);
|
|
|
| - static bool GetFaviconResourceBytes(std::vector<unsigned char>* bytes);
|
| + static RefCountedMemory* GetFaviconResourceBytes();
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(HistoryUI);
|
|
|