| Index: chrome/browser/ui/gtk/browser_window_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/browser_window_gtk.h (revision 116109)
|
| +++ chrome/browser/ui/gtk/browser_window_gtk.h (working copy)
|
| @@ -185,7 +185,7 @@
|
| // Accessor for the tab strip.
|
| TabStripGtk* tabstrip() const { return tabstrip_.get(); }
|
|
|
| - void UpdateDevToolsForContents(TabContents* contents);
|
| + void UpdateDevToolsForContents(content::WebContents* contents);
|
|
|
| // Shows docked devtools.
|
| void ShowDevToolsContainer();
|
|
|