| Index: components/mus/public/cpp/types.h
|
| diff --git a/components/mus/public/cpp/types.h b/components/mus/public/cpp/types.h
|
| index a81a0bc7f4eabb134147975d3ad998dc8936c323..3e7f07f855144d4ff52a71d9e1ffdacbc5c1b0cb 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 mus {
|
| +namespace mojo {
|
|
|
| // Used to identify views and change ids.
|
| typedef uint32_t Id;
|
| @@ -20,6 +20,6 @@
|
| // connection and the ConnectionSpecificId of the view.
|
| typedef uint16_t ConnectionSpecificId;
|
|
|
| -} // namespace mus
|
| +} // namespace mojo
|
|
|
| #endif // COMPONENTS_MUS_PUBLIC_CPP_TYPES_H_
|
|
|