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

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

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.mm
diff --git a/chrome/browser/ui/cocoa/tab_contents/favicon_util.mm b/chrome/browser/ui/cocoa/tab_contents/favicon_util.mm
index 1c503613c03fb797429a085821cae97a3b33f1a1..02915f1f1d17b91baeb327b03ffa71fa232ff175 100644
--- a/chrome/browser/ui/cocoa/tab_contents/favicon_util.mm
+++ b/chrome/browser/ui/cocoa/tab_contents/favicon_util.mm
@@ -8,14 +8,14 @@
#include "base/mac/mac_util.h"
#include "chrome/browser/favicon/favicon_tab_helper.h"
-#include "chrome/browser/ui/tab_contents/tab_contents_wrapper.h"
+#include "chrome/browser/ui/tab_contents/tab_contents.h"
#include "skia/ext/skia_utils_mac.h"
#include "third_party/skia/include/core/SkBitmap.h"
#include "ui/gfx/mac/nsimage_cache.h"
namespace mac {
-NSImage* FaviconForTabContents(TabContentsWrapper* contents) {
+NSImage* FaviconForTabContents(TabContents* contents) {
// FaviconTabHelper returns IDR_DEFAULT_FAVICON, which is a rasterized version
// of the Mac PDF. Use the PDF so the icon in the Omnibox matches the default
// favicon.

Powered by Google App Engine
This is Rietveld 408576698