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

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

Issue 2845253002: Switch SupportsUserData uses to use unique_ptr. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | components/favicon/content/content_favicon_driver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4b1b79b65ada76ce315cccc319af3d49c59b7fc2..54a68884d81a94369bf52e3f7905004029f6fa29 100644
--- a/components/favicon/content/content_favicon_driver.h
+++ b/components/favicon/content/content_favicon_driver.h
@@ -27,6 +27,8 @@ class ContentFaviconDriver
public content::WebContentsUserData<ContentFaviconDriver>,
public FaviconDriverImpl {
public:
+ ~ContentFaviconDriver() override;
+
static void CreateForWebContents(content::WebContents* web_contents,
FaviconService* favicon_service,
history::HistoryService* history_service,
@@ -52,7 +54,6 @@ class ContentFaviconDriver
FaviconService* favicon_service,
history::HistoryService* history_service,
bookmarks::BookmarkModel* bookmark_model);
- ~ContentFaviconDriver() override;
private:
friend class content::WebContentsUserData<ContentFaviconDriver>;
« no previous file with comments | « no previous file | components/favicon/content/content_favicon_driver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698