| Index: components/mus/public/cpp/types.h
 | 
| diff --git a/components/mus/public/cpp/types.h b/components/mus/public/cpp/types.h
 | 
| index 3e7f07f855144d4ff52a71d9e1ffdacbc5c1b0cb..a81a0bc7f4eabb134147975d3ad998dc8936c323 100644
 | 
| --- a/components/mus/public/cpp/types.h
 | 
| +++ b/components/mus/public/cpp/types.h
 | 
| @@ -10,7 +10,7 @@
 | 
|  // Typedefs for the transport types. These typedefs match that of the mojom
 | 
|  // file, see it for specifics.
 | 
|  
 | 
| -namespace mojo {
 | 
| +namespace mus {
 | 
|  
 | 
|  // Used to identify views and change ids.
 | 
|  typedef uint32_t Id;
 | 
| @@ -20,6 +20,6 @@ typedef uint32_t Id;
 | 
|  // connection and the ConnectionSpecificId of the view.
 | 
|  typedef uint16_t ConnectionSpecificId;
 | 
|  
 | 
| -}  // namespace mojo
 | 
| +}  // namespace mus
 | 
|  
 | 
|  #endif  // COMPONENTS_MUS_PUBLIC_CPP_TYPES_H_
 | 
| 
 |