| Index: components/favicon/content/content_favicon_driver.h
|
| diff --git a/components/favicon/content/content_favicon_driver.h b/components/favicon/content/content_favicon_driver.h
|
| index 835f9f07bd1104b3eee9ddb080604fbc6d0053f1..4b1b79b65ada76ce315cccc319af3d49c59b7fc2 100644
|
| --- a/components/favicon/content/content_favicon_driver.h
|
| +++ b/components/favicon/content/content_favicon_driver.h
|
| @@ -50,7 +50,8 @@ class ContentFaviconDriver
|
| protected:
|
| ContentFaviconDriver(content::WebContents* web_contents,
|
| FaviconService* favicon_service,
|
| - history::HistoryService* history_service);
|
| + history::HistoryService* history_service,
|
| + bookmarks::BookmarkModel* bookmark_model);
|
| ~ContentFaviconDriver() override;
|
|
|
| private:
|
|
|