| Index: components/mus/event_dispatcher.h
 | 
| diff --git a/components/mus/event_dispatcher.h b/components/mus/event_dispatcher.h
 | 
| index a30b459ac8b0a11ac1691f849b96bb8e5cc67006..0bb52004f5810a08e62b76fe3efdf5547c147c48 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 view_manager {
 | 
| +namespace mus {
 | 
|  
 | 
|  class ServerView;
 | 
|  class ViewTreeHostImpl;
 | 
| @@ -65,6 +65,6 @@ class EventDispatcher {
 | 
|    DISALLOW_COPY_AND_ASSIGN(EventDispatcher);
 | 
|  };
 | 
|  
 | 
| -}  // namespace view_manager
 | 
| +}  // namespace mus
 | 
|  
 | 
|  #endif  // COMPONENTS_MUS_EVENT_DISPATCHER_H_
 | 
| 
 |