Index: chrome/browser/ui/views/frame/browser_frame.h |
diff --git a/chrome/browser/ui/views/frame/browser_frame.h b/chrome/browser/ui/views/frame/browser_frame.h |
index 37627dc7e57c302636aa0c8c35cf2ee1fb5d470a..74c02e6313f4ede1e2222831b4cae012ebbe37dc 100644 |
--- a/chrome/browser/ui/views/frame/browser_frame.h |
+++ b/chrome/browser/ui/views/frame/browser_frame.h |
@@ -8,10 +8,10 @@ |
#include "base/compiler_specific.h" |
#include "base/logging.h" |
#include "build/build_config.h" |
+#include "chrome/browser/ui/views/frame/browser_non_client_frame_view.h" |
#include "ui/views/widget/widget.h" |
class AvatarMenuButton; |
-class BrowserNonClientFrameView; |
class BrowserRootView; |
class BrowserView; |
class NativeBrowserFrame; |
@@ -52,7 +52,8 @@ class BrowserFrame : public views::Widget { |
// Returns the y coordinate within the window at which the horizontal TabStrip |
// begins (or would begin). If |force_restored| is true, this is calculated |
// as if we were in restored mode regardless of the current mode. |
- int GetHorizontalTabStripVerticalOffset(bool force_restored) const; |
+ BrowserNonClientFrameView::TabStripInsets GetTabStripInsets( |
+ bool force_restored) const; |
// Tells the frame to update the throbber. |
void UpdateThrobber(bool running); |