summaryrefslogtreecommitdiffstats
path: root/components/mus/view_tree_host_connection.h
diff options
context:
space:
mode:
Diffstat (limited to 'components/mus/view_tree_host_connection.h')
-rw-r--r--components/mus/view_tree_host_connection.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/mus/view_tree_host_connection.h b/components/mus/view_tree_host_connection.h
index 24ae6d1..44ea157 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 mus {
+namespace view_manager {
class ConnectionManager;
class ViewTreeImpl;
@@ -77,6 +77,6 @@ class ViewTreeHostConnectionImpl : public ViewTreeHostConnection {
DISALLOW_COPY_AND_ASSIGN(ViewTreeHostConnectionImpl);
};
-} // namespace mus
+} // namespace view_manager
#endif // COMPONENTS_MUS_VIEW_TREE_HOST_CONNECTION_H_