diff options
Diffstat (limited to 'chrome/views/tabbed_pane.h')
-rw-r--r-- | chrome/views/tabbed_pane.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/views/tabbed_pane.h b/chrome/views/tabbed_pane.h index fc30765..5e0dd5e 100644 --- a/chrome/views/tabbed_pane.h +++ b/chrome/views/tabbed_pane.h @@ -12,7 +12,7 @@ namespace views { // The TabbedPane class is a view that shows tabs. When the user clicks on a // tab, the associated view is displayed. // TODO (jcampan): implement GetPreferredSize(). -class ContainerWin; +class WidgetWin; class TabbedPane : public NativeControl { public: @@ -75,7 +75,7 @@ class TabbedPane : public NativeControl { std::vector<View*> tab_views_; // The window displayed in the tab. - ContainerWin* content_window_; + WidgetWin* content_window_; // The listener we notify about tab selection changes. Listener* listener_; |