Index: components/mus/event_dispatcher.h |
diff --git a/components/mus/event_dispatcher.h b/components/mus/event_dispatcher.h |
index 0bb52004f5810a08e62b76fe3efdf5547c147c48..a30b459ac8b0a11ac1691f849b96bb8e5cc67006 100644 |
--- a/components/mus/event_dispatcher.h |
+++ b/components/mus/event_dispatcher.h |
@@ -12,7 +12,7 @@ |
#include "ui/mojo/events/input_events.mojom.h" |
#include "ui/mojo/events/input_key_codes.mojom.h" |
-namespace mus { |
+namespace view_manager { |
class ServerView; |
class ViewTreeHostImpl; |
@@ -65,6 +65,6 @@ |
DISALLOW_COPY_AND_ASSIGN(EventDispatcher); |
}; |
-} // namespace mus |
+} // namespace view_manager |
#endif // COMPONENTS_MUS_EVENT_DISPATCHER_H_ |