| Index: chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc
|
| diff --git a/chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc b/chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc
|
| index 6303502533d8e75c07536af037c5498ddf009f8d..2a54f7fe14536627973fc33f32dbc6a56b993ab1 100644
|
| --- a/chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc
|
| +++ b/chrome/browser/ui/content_settings/content_setting_bubble_model_browsertest.cc
|
| @@ -119,8 +119,7 @@ class ContentSettingBubbleModelMediaStreamTest : public InProcessBrowserTest {
|
| content::WebContents* GetActiveTab() {
|
| // First, we need to find the active browser window. It should be at
|
| // the same desktop as the browser in which we invoked the bubble.
|
| - Browser* active_browser = chrome::FindLastActiveWithHostDesktopType(
|
| - browser()->host_desktop_type());
|
| + Browser* active_browser = chrome::FindLastActive();
|
| return active_browser->tab_strip_model()->GetActiveWebContents();
|
| }
|
| };
|
|
|