summaryrefslogtreecommitdiffstats
path: root/components/mus/client_connection.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/client_connection.cc')
-rw-r--r--components/mus/client_connection.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/mus/client_connection.cc b/components/mus/client_connection.cc
index a785084..cf13eed 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 mus {
+namespace view_manager {
ClientConnection::ClientConnection(scoped_ptr<ViewTreeImpl> service,
mojo::ViewTreeClient* client)
@@ -30,4 +30,4 @@ DefaultClientConnection::DefaultClientConnection(
DefaultClientConnection::~DefaultClientConnection() {}
-} // namespace mus
+} // namespace view_manager