Index: chrome/browser/ui/browser_navigator_browsertest.cc |
=================================================================== |
--- chrome/browser/ui/browser_navigator_browsertest.cc (revision 132305) |
+++ chrome/browser/ui/browser_navigator_browsertest.cc (working copy) |
@@ -1220,7 +1220,8 @@ |
EXPECT_EQ(1, browser()->active_index()); |
// The tab contents should have the focus in the second tab. |
- EXPECT_TRUE(ui_test_utils::IsViewFocused(browser(), VIEW_ID_TAB_CONTAINER)); |
+ EXPECT_TRUE(ui_test_utils::IsViewFocused(browser(), |
+ VIEW_ID_TAB_CONTAINER_FOCUS_VIEW)); |
// Go back to the first tab. The focus should not be in the omnibox. |
browser()->SelectPreviousTab(); |