| Index: chrome/browser/ui/gtk/tabs/tab_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/tabs/tab_gtk.h (revision 116244)
|
| +++ chrome/browser/ui/gtk/tabs/tab_gtk.h (working copy)
|
| @@ -120,7 +120,7 @@
|
| virtual bool IsVisible() const OVERRIDE;
|
| virtual void SetVisible(bool visible) const OVERRIDE;
|
| virtual void CloseButtonClicked() OVERRIDE;
|
| - virtual void UpdateData(TabContents* contents,
|
| + virtual void UpdateData(content::WebContents* contents,
|
| bool app,
|
| bool loading_only) OVERRIDE;
|
| virtual void SetBounds(const gfx::Rect& bounds) OVERRIDE;
|
|
|