Index: chrome/browser/ui/views/find_bar_host_interactive_uitest.cc |
=================================================================== |
--- chrome/browser/ui/views/find_bar_host_interactive_uitest.cc (revision 132305) |
+++ chrome/browser/ui/views/find_bar_host_interactive_uitest.cc (working copy) |
@@ -135,7 +135,8 @@ |
ASCIIToUTF16("a"), true, false, NULL); |
browser()->GetFindBarController()->EndFindSession( |
FindBarController::kKeepSelection); |
- EXPECT_TRUE(ui_test_utils::IsViewFocused(browser(), VIEW_ID_TAB_CONTAINER)); |
+ EXPECT_TRUE(ui_test_utils::IsViewFocused(browser(), |
+ VIEW_ID_TAB_CONTAINER_FOCUS_VIEW)); |
// 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 |