| Index: components/favicon/core/favicon_driver_impl.h
|
| diff --git a/components/favicon/core/favicon_driver_impl.h b/components/favicon/core/favicon_driver_impl.h
|
| index 7d33c3ef936cd5ef71c3cee4a1b2e21f6befe92f..3148f0a453a00a6bb2783abf6c0bccc940ef083c 100644
|
| --- a/components/favicon/core/favicon_driver_impl.h
|
| +++ b/components/favicon/core/favicon_driver_impl.h
|
| @@ -48,7 +48,8 @@ class FaviconDriverImpl : public FaviconDriver,
|
| bool HasPendingTasksForTest();
|
|
|
| protected:
|
| - FaviconDriverImpl(FaviconService* favicon_service,
|
| + FaviconDriverImpl(bool enable_touch_icons,
|
| + FaviconService* favicon_service,
|
| history::HistoryService* history_service,
|
| bookmarks::BookmarkModel* bookmark_model);
|
| ~FaviconDriverImpl() override;
|
|
|