| 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 e757f93b940bed7dcf08657cf5b4b5626f1452cd..ea1399a3a0ddb464530cd32ce5cf7177e3c71266 100644
|
| --- a/chrome/browser/sync/test/integration/sessions_helper.cc
|
| +++ b/chrome/browser/sync/test/integration/sessions_helper.cc
|
| @@ -144,8 +144,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::vector<GURL>& /* page_urls */,
|
| + const std::vector<GURL>& /* icon_urls */) override {
|
| // Unwind to ensure SessionsSyncManager has processed the event.
|
| base::MessageLoop::current()->PostTask(
|
| FROM_HERE,
|
|
|