| Index: chrome/browser/ui/cocoa/tab_contents/favicon_util.h
|
| diff --git a/chrome/browser/ui/cocoa/tab_contents/favicon_util.h b/chrome/browser/ui/cocoa/tab_contents/favicon_util.h
|
| index 63b910ae0ccc8d81b6c0a8f8be4bb7e74ede6c9c..be1df284f615bb25aff9d8839370fc01a19a1e81 100644
|
| --- a/chrome/browser/ui/cocoa/tab_contents/favicon_util.h
|
| +++ b/chrome/browser/ui/cocoa/tab_contents/favicon_util.h
|
| @@ -7,14 +7,13 @@
|
|
|
| @class NSImage;
|
| class TabContents;
|
| -typedef TabContents TabContentsWrapper;
|
|
|
| namespace mac {
|
|
|
| -// Returns an autoreleased favicon for a given TabContentsWrapper. If |contents|
|
| +// Returns an autoreleased favicon for a given TabContents. If |contents|
|
| // is NULL or there's no favicon for the NavigationEntry, this will return the
|
| // default image.
|
| -NSImage* FaviconForTabContents(TabContentsWrapper* contents);
|
| +NSImage* FaviconForTabContents(TabContents* contents);
|
|
|
| } // namespace mac
|
|
|
|
|