| Index: components/history/core/test/history_backend_db_base_test.cc
|
| diff --git a/components/history/core/test/history_backend_db_base_test.cc b/components/history/core/test/history_backend_db_base_test.cc
|
| index e94efbd4fd7b4048efc7896f9f0999f9bd469ece..9fd0d9e3c6d9d5092f5ef79fa542c4b7b5aef36e 100644
|
| --- a/components/history/core/test/history_backend_db_base_test.cc
|
| +++ b/components/history/core/test/history_backend_db_base_test.cc
|
| @@ -31,7 +31,8 @@ class BackendDelegate : public HistoryBackend::Delegate {
|
| // synchronously, so we don't have to do anything fancy.
|
| history_test_->in_mem_backend_.swap(backend);
|
| }
|
| - void NotifyFaviconChanged(const std::set<GURL>& url) override {}
|
| + void NotifyFaviconsChanged(const std::vector<GURL>& page_urls,
|
| + const std::vector<GURL>& icon_urls) override {}
|
| void NotifyURLVisited(ui::PageTransition transition,
|
| const URLRow& row,
|
| const RedirectList& redirects,
|
|
|