Index: components/mus/event_dispatcher.cc |
diff --git a/components/mus/event_dispatcher.cc b/components/mus/event_dispatcher.cc |
index d6ee0ba0ff504d2e26499bf623eb901e10dc86fb..a04e389c099579da3c4d194e169dea6205fd6769 100644 |
--- a/components/mus/event_dispatcher.cc |
+++ b/components/mus/event_dispatcher.cc |
@@ -11,7 +11,7 @@ |
#include "ui/gfx/geometry/point.h" |
#include "ui/gfx/geometry/point_f.h" |
-namespace mus { |
+namespace view_manager { |
EventDispatcher::EventDispatcher(ViewTreeHostImpl* view_tree_host) |
: view_tree_host_(view_tree_host) {} |
@@ -92,4 +92,4 @@ |
return focused_view; |
} |
-} // namespace mus |
+} // namespace view_manager |