Index: ui/views/controls/menu/menu_controller.cc |
diff --git a/ui/views/controls/menu/menu_controller.cc b/ui/views/controls/menu/menu_controller.cc |
index 38d35e4cbace4ac1352dc2123372b4c8ca174398..cd6d3bac627c5c6004b26de6d3fb95dc60c472a5 100644 |
--- a/ui/views/controls/menu/menu_controller.cc |
+++ b/ui/views/controls/menu/menu_controller.cc |
@@ -2295,7 +2295,7 @@ View* MenuController::GetActiveMouseView() { |
void MenuController::SetExitType(ExitType type) { |
exit_type_ = type; |
// Exit nested message loops as soon as possible. We do this as |
- // MessageLoop::Dispatcher is only invoked before native events, which means |
+ // MessagePumpDispatcher is only invoked before native events, which means |
// its entirely possible for a Widget::CloseNow() task to be processed before |
// the next native message. By using QuitNow() we ensures the nested message |
// loop returns as soon as possible and avoids having deleted views classes |