Index: components/mus/public/cpp/lib/view_observer.cc |
diff --git a/components/mus/public/cpp/lib/view_observer.cc b/components/mus/public/cpp/lib/view_observer.cc |
index a216da95684e209c9313b31d727a595c1abbb302..40367eaeca54f6dd3342d78b716a17f0d2130e74 100644 |
--- a/components/mus/public/cpp/lib/view_observer.cc |
+++ b/components/mus/public/cpp/lib/view_observer.cc |
@@ -4,7 +4,7 @@ |
#include "components/mus/public/cpp/view_observer.h" |
-namespace mojo { |
+namespace mus { |
//////////////////////////////////////////////////////////////////////////////// |
// ViewObserver, public: |
@@ -15,4 +15,4 @@ ViewObserver::TreeChangeParams::TreeChangeParams() |
new_parent(nullptr), |
receiver(nullptr) {} |
-} // namespace mojo |
+} // namespace mus |