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 8a4219c12378f05e6ca268823b5029cd305cc33a..d12edc4f61efb8a6e822f0d7955475f8e5a7fb52 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 std::set<GURL>& /* icon_urls */) override { |
// Unwind to ensure SessionsSyncManager has processed the event. |
base::ThreadTaskRunnerHandle::Get()->PostTask( |
FROM_HERE, |