Chromium Code Reviews| Index: chrome/browser/ui/panels/panel.cc |
| =================================================================== |
| --- chrome/browser/ui/panels/panel.cc (revision 116011) |
| +++ chrome/browser/ui/panels/panel.cc (working copy) |
| @@ -583,7 +583,7 @@ |
| } |
| } |
| -void Panel::ShowAvatarBubble(TabContents* tab_contents, const gfx::Rect& rect) { |
| +void Panel::ShowAvatarBubble(WebContents* web_contents, const gfx::Rect& rect) { |
| // Panels will never show a new tab page so this should never be called. |
| NOTREACHED(); |
| } |