| Index: chrome/browser/views/frame/browser_frame_win.h
|
| ===================================================================
|
| --- chrome/browser/views/frame/browser_frame_win.h (revision 20183)
|
| +++ chrome/browser/views/frame/browser_frame_win.h (working copy)
|
| @@ -16,7 +16,6 @@
|
| class BrowserView;
|
| class NonClientFrameView;
|
| class Profile;
|
| -class TabStrip;
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
| // BrowserFrameWin
|
| @@ -37,9 +36,9 @@
|
|
|
| // BrowserFrame implementation.
|
| virtual views::Window* GetWindow();
|
| - virtual void TabStripCreated(TabStrip* tabstrip);
|
| + virtual void TabStripCreated(TabStripWrapper* tabstrip);
|
| virtual int GetMinimizeButtonOffset() const;
|
| - virtual gfx::Rect GetBoundsForTabStrip(TabStrip* tabstrip) const;
|
| + virtual gfx::Rect GetBoundsForTabStrip(TabStripWrapper* tabstrip) const;
|
| virtual void UpdateThrobber(bool running);
|
| virtual void ContinueDraggingDetachedTab();
|
| virtual ThemeProvider* GetThemeProviderForFrame() const;
|
|
|