| Index: chrome/browser/ui/panels/old_panel.h
|
| diff --git a/chrome/browser/ui/panels/old_panel.h b/chrome/browser/ui/panels/old_panel.h
|
| index 25a982c4e232da729a5faa2053132d29298151ba..6733ce0305f4ad8c3ece9f69559d0bf60d5dbb41 100644
|
| --- a/chrome/browser/ui/panels/old_panel.h
|
| +++ b/chrome/browser/ui/panels/old_panel.h
|
| @@ -30,7 +30,7 @@ class OldPanel : public Panel {
|
| virtual void ExecuteCommandWithDisposition(
|
| int id,
|
| WindowOpenDisposition disposition) OVERRIDE;
|
| - virtual SkBitmap GetCurrentPageIcon() const OVERRIDE;
|
| + virtual gfx::Image GetCurrentPageIcon() const OVERRIDE;
|
|
|
| private:
|
| Browser* browser_; // Weak pointer. Owned by native panel.
|
|
|