Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1035)

Unified Diff: chrome/browser/ui/cocoa/tab_contents/favicon_util.h

Issue 10542010: TabContentsWrapper -> TabContents, part 2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698