| 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 47e50baad93db742a71e5a7cabfbc141ed3ea71f..92c12f28141e6b577b644a5d08a752b8b2b0f683 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 mojo {
 | 
| +namespace mus {
 | 
|  
 | 
|  // Wraps a View, taking overship of the View. Also deals with View being
 | 
|  // destroyed while ScopedViewPtr still exists.
 | 
| @@ -33,6 +33,6 @@ class ScopedViewPtr : public ViewObserver {
 | 
|    DISALLOW_COPY_AND_ASSIGN(ScopedViewPtr);
 | 
|  };
 | 
|  
 | 
| -}  // namespace mojo
 | 
| +}  // namespace mus
 | 
|  
 | 
|  #endif  // COMPONENTS_MUS_PUBLIC_CPP_SCOPED_VIEW_PTR_H_
 | 
| 
 |