Index: components/mus/public/cpp/scoped_view_ptr.h |
diff --git a/components/mus/public/cpp/scoped_view_ptr.h b/components/mus/public/cpp/scoped_view_ptr.h |
index 92c12f28141e6b577b644a5d08a752b8b2b0f683..47e50baad93db742a71e5a7cabfbc141ed3ea71f 100644 |
--- a/components/mus/public/cpp/scoped_view_ptr.h |
+++ b/components/mus/public/cpp/scoped_view_ptr.h |
@@ -7,7 +7,7 @@ |
#include "components/mus/public/cpp/view_observer.h" |
-namespace mus { |
+namespace mojo { |
// Wraps a View, taking overship of the View. Also deals with View being |
// destroyed while ScopedViewPtr still exists. |
@@ -33,6 +33,6 @@ |
DISALLOW_COPY_AND_ASSIGN(ScopedViewPtr); |
}; |
-} // namespace mus |
+} // namespace mojo |
#endif // COMPONENTS_MUS_PUBLIC_CPP_SCOPED_VIEW_PTR_H_ |