| Index: views/controls/tabbed_pane/native_tabbed_pane_gtk.h
|
| ===================================================================
|
| --- views/controls/tabbed_pane/native_tabbed_pane_gtk.h (revision 85284)
|
| +++ views/controls/tabbed_pane/native_tabbed_pane_gtk.h (working copy)
|
| @@ -49,8 +49,8 @@
|
| View* contents,
|
| bool select_if_first_tab);
|
|
|
| - // Returns the WidgetGtk containing the tab contents at |index|.
|
| - WidgetGtk* GetWidgetAt(int index);
|
| + // Returns the Widget containing the tab contents at |index|.
|
| + Widget* GetWidgetAt(int index);
|
|
|
| View* GetTabViewAt(int index);
|
| void OnSwitchPage(int selected_tab_index);
|
|
|