summaryrefslogtreecommitdiffstats
path: root/components/mus/event_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/event_dispatcher.h')
-rw-r--r--components/mus/event_dispatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/mus/event_dispatcher.h b/components/mus/event_dispatcher.h
index 0bb5200..a30b459 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 @@ class EventDispatcher {
DISALLOW_COPY_AND_ASSIGN(EventDispatcher);
};
-} // namespace mus
+} // namespace view_manager
#endif // COMPONENTS_MUS_EVENT_DISPATCHER_H_