| Index: chrome/browser/ui/panels/panel.cc
|
| diff --git a/chrome/browser/ui/panels/panel.cc b/chrome/browser/ui/panels/panel.cc
|
| index a2e1eb0d016b966f6fa78dae72c1ec36256d7a06..868d7e980ac31861b1b5504ef1168be16f8da1a3 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;
|
| @@ -741,7 +741,7 @@ void Panel::FormatTitleForDisplay(string16* title) {
|
| }
|
| }
|
|
|
| -SkBitmap Panel::GetCurrentPageIcon() const {
|
| +gfx::Image Panel::GetCurrentPageIcon() const {
|
| return panel_host_->GetPageIcon();
|
| }
|
|
|
|
|