| Index: chrome/browser/ui/views/location_bar/star_view_browsertest.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/star_view_browsertest.cc b/chrome/browser/ui/views/location_bar/star_view_browsertest.cc
|
| index 8f1c598ca670e18e6639c24216c8603c8aef1826..1275273b50775de8812029c817a16eed81c547ce 100644
|
| --- a/chrome/browser/ui/views/location_bar/star_view_browsertest.cc
|
| +++ b/chrome/browser/ui/views/location_bar/star_view_browsertest.cc
|
| @@ -113,7 +113,7 @@ IN_PROC_BROWSER_TEST_F(StarViewTestNoDWM, WindowedNPAPIPluginHidden) {
|
| EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle());
|
|
|
| // Now get the region of the plugin before the star view is shown.
|
| - HWND hwnd = tab->GetView()->GetNativeView()->GetDispatcher()->host()->
|
| + HWND hwnd = tab->GetView()->GetNativeView()->GetHost()->
|
| GetAcceleratedWidget();
|
| HWND child = NULL;
|
| EnumChildWindows(hwnd, EnumerateChildren,reinterpret_cast<LPARAM>(&child));
|
|
|