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 7bfcc3aaff40d209a3d56192b16b1b52e4f8a6b4..95b55f14877dbfdaf74a2788fe62613dd2a72781 100644 |
--- a/components/history/core/test/history_backend_db_base_test.cc |
+++ b/components/history/core/test/history_backend_db_base_test.cc |
@@ -32,7 +32,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, |