Index: chrome/browser/ui/views/frame/browser_view.cc |
diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc |
index e6a86726c0fac9dcd3150461383a98fbebe2545c..ebe1f384042fec18c9a2d54f05400a2478d77f01 100644 |
--- a/chrome/browser/ui/views/frame/browser_view.cc |
+++ b/chrome/browser/ui/views/frame/browser_view.cc |
@@ -1517,7 +1517,7 @@ bool BrowserView::CanActivate() const { |
// has to be done in a post task, otherwise if the user clicked on a window |
// that doesn't have the modal dialog the windows keep trying to get the focus |
// from each other on Windows. http://crbug.com/141650. |
- MessageLoop::current()->PostTask( |
+ base::MessageLoop::current()->PostTask( |
FROM_HERE, |
base::Bind(&BrowserView::ActivateAppModalDialog, |
activate_modal_dialog_factory_.GetWeakPtr())); |