Index: ui/views/controls/menu/menu_controller.h |
diff --git a/ui/views/controls/menu/menu_controller.h b/ui/views/controls/menu/menu_controller.h |
index badd97b5216cc0a6ec832456de92095dbbcbcb0d..8f0a84726e6cb5a1376ed4d19efa66ae0018dc23 100644 |
--- a/ui/views/controls/menu/menu_controller.h |
+++ b/ui/views/controls/menu/menu_controller.h |
@@ -45,7 +45,7 @@ class MenuRunnerImpl; |
// MenuController is used internally by the various menu classes to manage |
// showing, selecting and drag/drop for menus. All relevant events are |
// forwarded to the MenuController from SubmenuView and MenuHost. |
-class VIEWS_EXPORT MenuController : public MessageLoop::Dispatcher, |
+class VIEWS_EXPORT MenuController : public base::MessageLoop::Dispatcher, |
public WidgetObserver { |
public: |
// Enumeration of how the menu should exit. |