Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(167)

Unified Diff: components/favicon/content/content_favicon_driver.h

Issue 2703603002: Improve FaviconHandler tests by testing public API (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:
« no previous file with comments | « no previous file | components/favicon/core/favicon_handler.h » ('j') | components/favicon/core/favicon_handler_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698