| Index: chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
|
| diff --git a/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h b/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
|
| index d0aa040764ca8be3f8046f548d9de23b9968b659..d2a9e7f4286a7acd2f55a993ce0627d68491faff 100644
|
| --- a/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
|
| +++ b/chrome/browser/ui/views/ash/browser_non_client_frame_view_ash.h
|
| @@ -60,7 +60,7 @@ class BrowserNonClientFrameViewAsh : public BrowserNonClientFrameView,
|
|
|
| // Overridden from TabIconView::TabIconViewModel:
|
| virtual bool ShouldTabIconViewAnimate() const OVERRIDE;
|
| - virtual SkBitmap GetFaviconForTabIconView() OVERRIDE;
|
| + virtual gfx::ImageSkia GetFaviconForTabIconView() OVERRIDE;
|
|
|
| private:
|
| FRIEND_TEST_ALL_PREFIXES(BrowserNonClientFrameViewAshTest, UseShortHeader);
|
|
|