| Index: components/mus/client_connection.h
|
| diff --git a/components/mus/client_connection.h b/components/mus/client_connection.h
|
| index 6954141d3d24d59ff89ce0e2ef7fd8e9c03320d5..dd09c21babf4a220d55ce39932deee790639cf1d 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 mus {
|
| +namespace view_manager {
|
|
|
| class ConnectionManager;
|
| class ViewTreeImpl;
|
| @@ -52,6 +52,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(DefaultClientConnection);
|
| };
|
|
|
| -} // namespace mus
|
| +} // namespace view_manager
|
|
|
| #endif // COMPONENTS_MUS_CLIENT_CONNECTION_H_
|
|
|