| Index: components/favicon/ios/web_favicon_driver.h
|
| diff --git a/components/favicon/ios/web_favicon_driver.h b/components/favicon/ios/web_favicon_driver.h
|
| index 8e6abd376d5d32c9ee0692511c46c12c86429e10..93acc0dfea695213d8d03b517f38a9a4206ede82 100644
|
| --- a/components/favicon/ios/web_favicon_driver.h
|
| +++ b/components/favicon/ios/web_favicon_driver.h
|
| @@ -28,8 +28,7 @@ class WebFaviconDriver : public web::WebStateObserver,
|
|
|
| static void CreateForWebState(web::WebState* web_state,
|
| FaviconService* favicon_service,
|
| - history::HistoryService* history_service,
|
| - bookmarks::BookmarkModel* bookmark_model);
|
| + history::HistoryService* history_service);
|
|
|
| // FaviconDriver implementation.
|
| void FetchFavicon(const GURL& page_url, bool is_same_document) override;
|
| @@ -56,8 +55,7 @@ class WebFaviconDriver : public web::WebStateObserver,
|
|
|
| WebFaviconDriver(web::WebState* web_state,
|
| FaviconService* favicon_service,
|
| - history::HistoryService* history_service,
|
| - bookmarks::BookmarkModel* bookmark_model);
|
| + history::HistoryService* history_service);
|
|
|
| // web::WebStateObserver implementation.
|
| void FaviconUrlUpdated(
|
|
|