| 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 36bad37203a48cfa1803093e3c702761773805c5..63107d1745b7ddb4c7661f0c30615b545d50af68 100644
|
| --- a/components/history/core/test/history_backend_db_base_test.cc
|
| +++ b/components/history/core/test/history_backend_db_base_test.cc
|
| @@ -37,7 +37,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::set<GURL>& page_urls,
|
| + const GURL& icon_url) override {}
|
| void NotifyURLVisited(ui::PageTransition transition,
|
| const URLRow& row,
|
| const RedirectList& redirects,
|
|
|