| Index: chrome/browser/favicon/content_favicon_driver_browsertest.cc
|
| diff --git a/chrome/browser/favicon/content_favicon_driver_browsertest.cc b/chrome/browser/favicon/content_favicon_driver_browsertest.cc
|
| index 4ba0645e7e02d8c6603598d3d5a665c17dea4735..aec2d292b3aa4c0adad7a6e27a4ddae1761e35c7 100644
|
| --- a/chrome/browser/favicon/content_favicon_driver_browsertest.cc
|
| +++ b/chrome/browser/favicon/content_favicon_driver_browsertest.cc
|
| @@ -142,9 +142,11 @@ class PendingTaskWaiter : public content::NotificationObserver,
|
| }
|
|
|
| // favicon::Favicon
|
| - void OnFaviconAvailable(const gfx::Image& image) override {}
|
| void OnFaviconUpdated(favicon::FaviconDriver* favicon_driver,
|
| - bool icon_url_changed) override {
|
| + NotificationIconType notification_icon_type,
|
| + const GURL& icon_url,
|
| + bool icon_url_changed,
|
| + const gfx::Image& image) override {
|
| OnNotification();
|
| }
|
|
|
|
|