| Index: chrome/browser/ui/panels/panel.cc
|
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
|
| index b4ebc4cca1531eb47a17b47fdf77da4e65d0a544..b8a2790deb6e5792aa232db996e3ab54c1c76e2d 100644
|
| --- a/chrome/browser/ui/panels/panel.cc
|
| +++ b/chrome/browser/ui/panels/panel.cc
|
| @@ -31,7 +31,7 @@
|
| #include "content/public/browser/render_view_host.h"
|
| #include "content/public/browser/user_metrics.h"
|
| #include "content/public/browser/web_contents.h"
|
| -#include "third_party/skia/include/core/SkBitmap.h"
|
| +#include "ui/gfx/image/image.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| using content::RenderViewHost;
|
| @@ -750,7 +750,7 @@ void Panel::FormatTitleForDisplay(string16* title) {
|
| }
|
| }
|
|
|
| -SkBitmap Panel::GetCurrentPageIcon() const {
|
| +gfx::Image Panel::GetCurrentPageIcon() const {
|
| return panel_host_->GetPageIcon();
|
| }
|
|
|
|
|