| Index: chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.h
|
| diff --git a/chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.h b/chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.h
|
| index c975f716ca06a2db701a15f299a93d2a2692959d..99c7e4061fbab013dfec1d0045310dae7fafc26b 100644
|
| --- a/chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.h
|
| +++ b/chrome/browser/ui/cocoa/tab_contents/favicon_util_mac.h
|
| @@ -6,14 +6,17 @@
|
| #define CHROME_BROWSER_UI_COCOA_TAB_CONTENTS_FAVICON_UTIL_MAC_H_
|
|
|
| @class NSImage;
|
| -class TabContents;
|
| +
|
| +namespace content {
|
| +class WebContents;
|
| +}
|
|
|
| namespace mac {
|
|
|
| -// Returns an autoreleased favicon for a given TabContents. If |contents|
|
| +// Returns an autoreleased favicon for a given WebContents. If |contents|
|
| // is NULL or there's no favicon for the NavigationEntry, this will return the
|
| // default image.
|
| -NSImage* FaviconForTabContents(TabContents* contents);
|
| +NSImage* FaviconForWebContents(content::WebContents* contents);
|
|
|
| } // namespace mac
|
|
|
|
|