| Index: components/mus/client_connection.cc
|
| diff --git a/components/mus/client_connection.cc b/components/mus/client_connection.cc
|
| index cf13eedc12a16fc1dcc6a12662ea17c43cfc4994..a785084ea79476ab3bfa7d7967d9ba8af8236729 100644
|
| --- a/components/mus/client_connection.cc
|
| +++ b/components/mus/client_connection.cc
|
| @@ -7,7 +7,7 @@
|
| #include "components/mus/connection_manager.h"
|
| #include "components/mus/view_tree_impl.h"
|
|
|
| -namespace view_manager {
|
| +namespace mus {
|
|
|
| ClientConnection::ClientConnection(scoped_ptr<ViewTreeImpl> service,
|
| mojo::ViewTreeClient* client)
|
| @@ -30,4 +30,4 @@ DefaultClientConnection::DefaultClientConnection(
|
|
|
| DefaultClientConnection::~DefaultClientConnection() {}
|
|
|
| -} // namespace view_manager
|
| +} // namespace mus
|
|
|