Index: chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm |
diff --git a/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm b/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm |
index 48525170d52ae7a5395d38068567b7932fa91304..d7bf1ca9fd3a29de46e9c306c89af54cf393dd14 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm |
+++ b/chrome/browser/ui/cocoa/browser_window_controller_browsertest.mm |
@@ -603,8 +603,8 @@ IN_PROC_BROWSER_TEST_F(BrowserWindowControllerTest, |
EXPECT_FALSE([[controller() infoBarContainerController] |
shouldSuppressTopInfoBarTip]); |
- NSInteger max_tip_height = infobars::InfoBar::kMaximumArrowTargetHeight + |
- infobars::InfoBar::kSeparatorLineHeight; |
+ NSInteger max_tip_height = infobars::InfoBar::gMaximumArrowTargetHeight + |
+ infobars::InfoBar::gSeparatorLineHeight; |
chrome::ExecuteCommand(browser(), IDC_SHOW_BOOKMARK_BAR); |
WaitForBookmarkBarAnimationToFinish(); |