| Index: components/mus/public/cpp/util.h
|
| diff --git a/components/mus/public/cpp/util.h b/components/mus/public/cpp/util.h
|
| index c9cd91f3827fca75fcff1877bef3d225dfad21c4..96f8eeb27c79c15c78210ee75509250670d81477 100644
|
| --- a/components/mus/public/cpp/util.h
|
| +++ b/components/mus/public/cpp/util.h
|
| @@ -15,7 +15,7 @@
|
| #undef LoWord
|
| #endif
|
|
|
| -namespace mus {
|
| +namespace mojo {
|
|
|
| inline uint16_t HiWord(uint32_t id) {
|
| return static_cast<uint16_t>((id >> 16) & 0xFFFF);
|
| @@ -25,6 +25,6 @@
|
| return static_cast<uint16_t>(id & 0xFFFF);
|
| }
|
|
|
| -} // namespace mus
|
| +} // namespace mojo
|
|
|
| #endif // COMPONENTS_MUS_PUBLIC_CPP_UTIL_H_
|
|
|