| Index: chrome/browser/views/find_bar_host_interactive_uitest.cc
|
| ===================================================================
|
| --- chrome/browser/views/find_bar_host_interactive_uitest.cc (revision 47902)
|
| +++ chrome/browser/views/find_bar_host_interactive_uitest.cc (working copy)
|
| @@ -106,7 +106,7 @@
|
|
|
| // Click on the location bar so that Find box loses focus.
|
| ClickOnView(VIEW_ID_LOCATION_BAR);
|
| -#if defined(OS_WIN)
|
| +#if defined(TOOLKIT_VIEWS) || defined(OS_WIN)
|
| // Check the location bar is focused.
|
| EXPECT_EQ(VIEW_ID_LOCATION_BAR, GetFocusedViewID());
|
| #endif
|
|
|