| Index: chrome/browser/ui/browser_navigator_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/ui/browser_navigator_browsertest.cc (revision 132579)
|
| +++ chrome/browser/ui/browser_navigator_browsertest.cc (working copy)
|
| @@ -1220,8 +1220,7 @@
|
| 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_FOCUS_VIEW));
|
| + EXPECT_TRUE(ui_test_utils::IsViewFocused(browser(), VIEW_ID_TAB_CONTAINER));
|
|
|
| // Go back to the first tab. The focus should not be in the omnibox.
|
| browser()->SelectPreviousTab();
|
|
|