| 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 a5e9ddefc183ffbb306eea71524684407d176f62..be65b41fd5a714e949bca3dca9b190330382ea6e 100644
|
| --- a/chrome/browser/favicon/favicon_tab_helper.h
|
| +++ b/chrome/browser/favicon/favicon_tab_helper.h
|
| @@ -73,7 +73,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:
|
|
|