Index: chrome/browser/ui/views/find_bar_host_interactive_uitest.cc |
=================================================================== |
--- chrome/browser/ui/views/find_bar_host_interactive_uitest.cc (revision 132579) |
+++ chrome/browser/ui/views/find_bar_host_interactive_uitest.cc (working copy) |
@@ -135,8 +135,7 @@ |
ASCIIToUTF16("a"), true, false, NULL); |
browser()->GetFindBarController()->EndFindSession( |
FindBarController::kKeepSelection); |
- EXPECT_TRUE(ui_test_utils::IsViewFocused(browser(), |
- VIEW_ID_TAB_CONTAINER_FOCUS_VIEW)); |
+ EXPECT_TRUE(ui_test_utils::IsViewFocused(browser(), VIEW_ID_TAB_CONTAINER)); |
// Focus the location bar, open and close the find box, focus should return to |
// the location bar (same as before, just checking that http://crbug.com/23599 |