| 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 126a412ceebaa77d6555b06397da459bd585ca96..d304ef5ce47888b47f42a7bc38e1d428659099f8 100644
|
| --- a/chrome/browser/favicon/favicon_tab_helper.h
|
| +++ b/chrome/browser/favicon/favicon_tab_helper.h
|
| @@ -74,7 +74,7 @@ class FaviconTabHelper : public content::WebContentsObserver,
|
|
|
| // FaviconHandlerDelegate methods.
|
| virtual content::NavigationEntry* GetActiveEntry() OVERRIDE;
|
| - virtual void StartDownload(int id, const GURL& url, int image_size) OVERRIDE;
|
| + virtual int StartDownload(const GURL& url, int image_size) OVERRIDE;
|
| virtual void NotifyFaviconUpdated() OVERRIDE;
|
|
|
| private:
|
|
|