| 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 b5209a1b7a0a5067db20c93bb3e054ad3e18fcef..7166896fb6a80e519d8dacdeacb6beff306e480f 100644
|
| --- a/components/favicon/ios/web_favicon_driver.h
|
| +++ b/components/favicon/ios/web_favicon_driver.h
|
| @@ -14,6 +14,8 @@ namespace web {
|
| class WebState;
|
| }
|
|
|
| +class DistillerFaviconDriver;
|
| +
|
| namespace favicon {
|
|
|
| // WebFaviconDriver is an implementation of FaviconDriver that listen to
|
| @@ -22,6 +24,8 @@ namespace favicon {
|
| class WebFaviconDriver : public web::WebStateObserver,
|
| public web::WebStateUserData<WebFaviconDriver>,
|
| public FaviconDriverImpl {
|
| + friend class ::DistillerFaviconDriver;
|
| +
|
| public:
|
| static void CreateForWebState(web::WebState* web_state,
|
| FaviconService* favicon_service,
|
|
|