| Index: components/mus/client_connection.h
 | 
| diff --git a/components/mus/client_connection.h b/components/mus/client_connection.h
 | 
| index dd09c21babf4a220d55ce39932deee790639cf1d..6954141d3d24d59ff89ce0e2ef7fd8e9c03320d5 100644
 | 
| --- a/components/mus/client_connection.h
 | 
| +++ b/components/mus/client_connection.h
 | 
| @@ -9,7 +9,7 @@
 | 
|  #include "components/mus/public/interfaces/view_tree.mojom.h"
 | 
|  #include "third_party/mojo/src/mojo/public/cpp/bindings/binding.h"
 | 
|  
 | 
| -namespace view_manager {
 | 
| +namespace mus {
 | 
|  
 | 
|  class ConnectionManager;
 | 
|  class ViewTreeImpl;
 | 
| @@ -52,6 +52,6 @@ class DefaultClientConnection : public ClientConnection {
 | 
|    DISALLOW_COPY_AND_ASSIGN(DefaultClientConnection);
 | 
|  };
 | 
|  
 | 
| -}  // namespace view_manager
 | 
| +}  // namespace mus
 | 
|  
 | 
|  #endif  // COMPONENTS_MUS_CLIENT_CONNECTION_H_
 | 
| 
 |