| Index: chrome/browser/ui/views/fullscreen_exit_bubble_views.cc
|
| diff --git a/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc b/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc
|
| index d9a84eb665257706275c62d95784752b36da81c5..bc80c865dd4ba08cc47bec5e48ed151927117f9c 100644
|
| --- a/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc
|
| +++ b/chrome/browser/ui/views/fullscreen_exit_bubble_views.cc
|
| @@ -322,7 +322,7 @@ FullscreenExitBubbleViews::~FullscreenExitBubbleViews() {
|
| // the popup to synchronously hide, and then asynchronously close and delete
|
| // itself.
|
| popup_->Close();
|
| - MessageLoop::current()->DeleteSoon(FROM_HERE, popup_);
|
| + base::MessageLoop::current()->DeleteSoon(FROM_HERE, popup_);
|
| }
|
|
|
| void FullscreenExitBubbleViews::UpdateContent(
|
|
|