Index: components/mus/server_view.h |
diff --git a/components/mus/server_view.h b/components/mus/server_view.h |
index 3ba49d756771ffdb83f5c84c04d5f59389faed11..88aa4bbc67df737dc5d59d35f84c1f374225f1ae 100644 |
--- a/components/mus/server_view.h |
+++ b/components/mus/server_view.h |
@@ -20,7 +20,7 @@ |
#include "ui/gfx/transform.h" |
#include "ui/platform_window/text_input_state.h" |
-namespace view_manager { |
+namespace mus { |
class ServerViewDelegate; |
class ServerViewObserver; |
@@ -161,6 +161,6 @@ class ServerView : public mojo::Surface, public cc::SurfaceFactoryClient { |
DISALLOW_COPY_AND_ASSIGN(ServerView); |
}; |
-} // namespace view_manager |
+} // namespace mus |
#endif // COMPONENTS_MUS_SERVER_VIEW_H_ |