| Index: components/mus/view_tree_host_connection.h
 | 
| diff --git a/components/mus/view_tree_host_connection.h b/components/mus/view_tree_host_connection.h
 | 
| index 44ea157b02a7eaee5d76b7e65b077e4d6e0e8d76..24ae6d18301d8b2ae14172dd8642881be9aa876b 100644
 | 
| --- a/components/mus/view_tree_host_connection.h
 | 
| +++ b/components/mus/view_tree_host_connection.h
 | 
| @@ -11,7 +11,7 @@
 | 
|  #include "components/mus/view_tree_host_impl.h"
 | 
|  #include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h"
 | 
|  
 | 
| -namespace view_manager {
 | 
| +namespace mus {
 | 
|  
 | 
|  class ConnectionManager;
 | 
|  class ViewTreeImpl;
 | 
| @@ -77,6 +77,6 @@ class ViewTreeHostConnectionImpl : public ViewTreeHostConnection {
 | 
|    DISALLOW_COPY_AND_ASSIGN(ViewTreeHostConnectionImpl);
 | 
|  };
 | 
|  
 | 
| -}  // namespace view_manager
 | 
| +}  // namespace mus
 | 
|  
 | 
|  #endif  // COMPONENTS_MUS_VIEW_TREE_HOST_CONNECTION_H_
 | 
| 
 |