| Index: chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| diff --git a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| index 756e7f2c0ba448d61797e77458138a824d738aeb..dc18d50efd3ae755ba83d787b6722dd8758d911e 100644
|
| --- a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| +++ b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| @@ -1583,8 +1583,8 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, WindowedNPAPIPluginHidden) {
|
| EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle());
|
|
|
| // Now get the region of the plugin before the find bar is shown.
|
| - HWND hwnd = tab->GetView()->GetNativeView()->GetDispatcher()->host()->
|
| - GetAcceleratedWidget();
|
| + HWND hwnd =
|
| + tab->GetView()->GetNativeView()->GetHost()->GetAcceleratedWidget();
|
| HWND child = NULL;
|
| EnumChildWindows(hwnd, EnumerateChildren,reinterpret_cast<LPARAM>(&child));
|
|
|
|
|