Index: components/favicon/ios/web_favicon_driver.h |
diff --git a/components/favicon/ios/web_favicon_driver.h b/components/favicon/ios/web_favicon_driver.h |
index 9b9e7d004dad6428da9dd6a76508d53926dbb338..d7e9455a3925cf9c1fc3964a391dd30103e44d88 100644 |
--- a/components/favicon/ios/web_favicon_driver.h |
+++ b/components/favicon/ios/web_favicon_driver.h |
@@ -24,6 +24,8 @@ class WebFaviconDriver : public web::WebStateObserver, |
public web::WebStateUserData<WebFaviconDriver>, |
public FaviconDriverImpl { |
public: |
+ ~WebFaviconDriver() override; |
+ |
static void CreateForWebState(web::WebState* web_state, |
FaviconService* favicon_service, |
history::HistoryService* history_service, |
@@ -54,7 +56,6 @@ class WebFaviconDriver : public web::WebStateObserver, |
FaviconService* favicon_service, |
history::HistoryService* history_service, |
bookmarks::BookmarkModel* bookmark_model); |
- ~WebFaviconDriver() override; |
// web::WebStateObserver implementation. |
void FaviconUrlUpdated( |