| Index: services/ui/common/types.h
|
| diff --git a/components/mus/common/types.h b/services/ui/common/types.h
|
| similarity index 84%
|
| rename from components/mus/common/types.h
|
| rename to services/ui/common/types.h
|
| index 93b96683e6b27876248110f683c3c461cc557f24..ae375153d564c32abc0e1273e29f898c1d1e7191 100644
|
| --- a/components/mus/common/types.h
|
| +++ b/services/ui/common/types.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_COMMON_TYPES_H_
|
| -#define COMPONENTS_MUS_COMMON_TYPES_H_
|
| +#ifndef SERVICES_UI_COMMON_TYPES_H_
|
| +#define SERVICES_UI_COMMON_TYPES_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -22,4 +22,4 @@ typedef uint16_t ClientSpecificId;
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_COMMON_TYPES_H_
|
| +#endif // SERVICES_UI_COMMON_TYPES_H_
|
|
|