Chromium Code Reviews| Index: components/history/core/browser/expire_history_backend_unittest.cc |
| diff --git a/components/history/core/browser/expire_history_backend_unittest.cc b/components/history/core/browser/expire_history_backend_unittest.cc |
| index d97637366ef09f6368281435853e134441cc477a..cc871796341dbcec1cf8a69d9c521db7eb2cf695 100644 |
| --- a/components/history/core/browser/expire_history_backend_unittest.cc |
| +++ b/components/history/core/browser/expire_history_backend_unittest.cc |
| @@ -161,7 +161,8 @@ class ExpireHistoryTest : public testing::Test, public HistoryBackendNotifier { |
| } |
| // HistoryBackendNotifier: |
| - void NotifyFaviconChanged(const std::set<GURL>& urls) override {} |
| + void NotifyFaviconsChanged(const std::vector<GURL>& page_urls, |
| + const std::vector<GURL>& icon_urls) override{}; |
|
Roger McFarlane (Chromium)
2015/05/13 18:28:12
nit: missing space between override and empty impl
pkotwicz
2015/05/14 14:18:54
Done.
|
| void NotifyURLVisited(ui::PageTransition transition, |
| const URLRow& row, |
| const RedirectList& redirects, |