| 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 3d00c2523fb900ca7511749dbde8f57681622019..442df7a460639305483e2bc5f5648b4b7bc04283 100644
|
| --- a/chrome/browser/favicon/favicon_tab_helper.h
|
| +++ b/chrome/browser/favicon/favicon_tab_helper.h
|
| @@ -10,7 +10,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/callback.h"
|
| #include "components/favicon/core/browser/favicon_client.h"
|
| -#include "components/favicon/core/favicon_handler_delegate.h"
|
| +#include "components/favicon/core/favicon_driver.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| #include "content/public/browser/web_contents_user_data.h"
|
| #include "content/public/common/favicon_url.h"
|
| @@ -32,7 +32,7 @@ class SkBitmap;
|
| //
|
| class FaviconTabHelper : public content::WebContentsObserver,
|
| public FaviconClient,
|
| - public FaviconHandlerDelegate,
|
| + public FaviconDriver,
|
| public content::WebContentsUserData<FaviconTabHelper> {
|
| public:
|
| virtual ~FaviconTabHelper();
|
| @@ -68,7 +68,7 @@ class FaviconTabHelper : public content::WebContentsObserver,
|
| // Saves the favicon for the current page.
|
| void SaveFavicon();
|
|
|
| - // FaviconHandlerDelegate methods.
|
| + // FaviconDriver methods.
|
| virtual content::NavigationEntry* GetActiveEntry() OVERRIDE;
|
| virtual int StartDownload(const GURL& url, int max_bitmap_size) OVERRIDE;
|
| virtual void NotifyFaviconUpdated(bool icon_url_changed) OVERRIDE;
|
|
|