Index: content/browser/renderer_host/popup_menu_helper_mac.mm |
diff --git a/content/browser/renderer_host/popup_menu_helper_mac.mm b/content/browser/renderer_host/popup_menu_helper_mac.mm |
index c46d568dbe25a0983c03ffbde48cb590a05de8ab..4e6d1a1b23179cc5ede4ad2ea87263ea299642cb 100644 |
--- a/content/browser/renderer_host/popup_menu_helper_mac.mm |
+++ b/content/browser/renderer_host/popup_menu_helper_mac.mm |
@@ -53,7 +53,8 @@ void PopupMenuHelper::ShowPopupMenu( |
{ |
// Make sure events can be pumped while the menu is up. |
- MessageLoop::ScopedNestableTaskAllower allow(MessageLoop::current()); |
+ base::MessageLoop::ScopedNestableTaskAllower allow( |
+ base::MessageLoop::current()); |
// One of the events that could be pumped is |window.close()|. |
// User-initiated event-tracking loops protect against this by |