Index: chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm |
diff --git a/chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm b/chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm |
index 50041aa7920d14b929475b2684cf5486dca7b994..fca692d2c2381d57382496aa2ada35858dbd3032 100644 |
--- a/chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm |
+++ b/chrome/browser/ui/cocoa/tab_contents/render_view_context_menu_mac.mm |
@@ -88,7 +88,8 @@ void RenderViewContextMenuMac::PlatformInit() { |
{ |
// 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 |