| Index: chrome/browser/ui/fullscreen_controller_test.cc
|
| diff --git a/chrome/browser/ui/fullscreen_controller_test.cc b/chrome/browser/ui/fullscreen_controller_test.cc
|
| index d4a67c85d249942d6815e0e6ba9e5d00f9580af6..990d4151db662a3788d2cde83e7976b7b0825f54 100644
|
| --- a/chrome/browser/ui/fullscreen_controller_test.cc
|
| +++ b/chrome/browser/ui/fullscreen_controller_test.cc
|
| @@ -103,7 +103,7 @@ bool FullscreenControllerTest::IsFullscreenBubbleDisplayingButtons() {
|
| }
|
|
|
| void FullscreenControllerTest::AcceptCurrentFullscreenOrMouseLockRequest() {
|
| - WebContents* fullscreen_tab = browser()->GetSelectedWebContents();
|
| + WebContents* fullscreen_tab = browser()->GetActiveWebContents();
|
| FullscreenExitBubbleType type =
|
| browser()->fullscreen_controller_->GetFullscreenExitBubbleType();
|
| browser()->OnAcceptFullscreenPermission(fullscreen_tab->GetURL(), type);
|
|
|