| Index: chrome/browser/favicon/favicon_tab_helper.h
|
| diff --git a/chrome/browser/favicon/favicon_tab_helper.h b/chrome/browser/favicon/favicon_tab_helper.h
|
| index 64ce9a26859d0246c780044247dd6d1c5c802b62..9549f64dfe5185498c14a32d518cb98ec8e48776 100644
|
| --- a/chrome/browser/favicon/favicon_tab_helper.h
|
| +++ b/chrome/browser/favicon/favicon_tab_helper.h
|
| @@ -9,6 +9,7 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| +#include "components/favicon/content/content_favicon_driver.h"
|
| #include "components/favicon/core/favicon_handler_delegate.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "content/public/browser/web_contents_user_data.h"
|
| @@ -91,6 +92,8 @@ class FaviconTabHelper : public content::WebContentsObserver,
|
| const content::LoadCommittedDetails& details,
|
| const content::FrameNavigateParams& params) OVERRIDE;
|
|
|
| + ContentFaviconDriver driver_;
|
| +
|
| Profile* profile_;
|
|
|
| std::vector<content::FaviconURL> favicon_urls_;
|
|
|