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 16cc575..d518a4e 100644 --- a/chrome/views/tabbed_pane.h +++ b/chrome/views/tabbed_pane.h @@ -12,7 +12,7 @@ namespace ChromeViews { // 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 HWNDViewContainer; +class ContainerWin; class TabbedPane : public NativeControl { public: @@ -75,7 +75,7 @@ class TabbedPane : public NativeControl { std::vector<View*> tab_views_; // The window displayed in the tab. - HWNDViewContainer* content_window_; + ContainerWin* content_window_; // The listener we notify about tab selection changes. Listener* listener_; |