Index: chrome/browser/sync/test/integration/sessions_helper.cc |
diff --git a/chrome/browser/sync/test/integration/sessions_helper.cc b/chrome/browser/sync/test/integration/sessions_helper.cc |
index 606154d0780eaed42fe678d91d29f85b853883d8..d8ecce4a042f4c9a0498cb14efe360f9015b48b5 100644 |
--- a/chrome/browser/sync/test/integration/sessions_helper.cc |
+++ b/chrome/browser/sync/test/integration/sessions_helper.cc |
@@ -147,8 +147,8 @@ class TabEventHandler : public browser_sync::LocalSessionEventHandler { |
base::Bind(&TabEventHandler::QuitLoop, weak_factory_.GetWeakPtr())); |
} |
- void OnFaviconPageUrlsUpdated( |
- const std::set<GURL>& updated_page_urls) override { |
+ void OnFaviconsChanged(const std::set<GURL>& /* page_urls */, |
+ const GURL& /* icon_url */) override { |
// Unwind to ensure SessionsSyncManager has processed the event. |
base::ThreadTaskRunnerHandle::Get()->PostTask( |
FROM_HERE, |