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>; |