| Index: chrome/browser/favicon/favicon_tab_helper.h
|
| ===================================================================
|
| --- chrome/browser/favicon/favicon_tab_helper.h (revision 116331)
|
| +++ chrome/browser/favicon/favicon_tab_helper.h (working copy)
|
| @@ -31,7 +31,7 @@
|
| class FaviconTabHelper : public content::WebContentsObserver,
|
| public FaviconHandlerDelegate {
|
| public:
|
| - explicit FaviconTabHelper(TabContents* tab_contents);
|
| + explicit FaviconTabHelper(content::WebContents* web_contents);
|
| virtual ~FaviconTabHelper();
|
|
|
| // Initiates loading the favicon for the specified url.
|
|
|