| 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 20e2db84e26420ca71b0c3a9dfaf1d2865a25a0e..f177fafb8d6aa2c75439265a8f7932f0dee21a39 100644
|
| --- a/components/history/core/test/history_backend_db_base_test.cc
|
| +++ b/components/history/core/test/history_backend_db_base_test.cc
|
| @@ -34,7 +34,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,
|
|
|