| Index: services/ui/ws/user_id.h
|
| diff --git a/components/mus/ws/user_id.h b/services/ui/ws/user_id.h
|
| similarity index 75%
|
| rename from components/mus/ws/user_id.h
|
| rename to services/ui/ws/user_id.h
|
| index dbb59965487763f62d675536f322006b30f173d3..81aebca9cd1c04850dc5591918b26b9c2df9b05b 100644
|
| --- a/components/mus/ws/user_id.h
|
| +++ b/services/ui/ws/user_id.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_WS_USER_ID_H_
|
| -#define COMPONENTS_MUS_WS_USER_ID_H_
|
| +#ifndef SERVICES_UI_WS_USER_ID_H_
|
| +#define SERVICES_UI_WS_USER_ID_H_
|
|
|
| #include <string>
|
|
|
| @@ -19,4 +19,4 @@ inline UserId InvalidUserId() {
|
| } // namespace ws
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_WS_USER_ID_H_
|
| +#endif // SERVICES_UI_WS_USER_ID_H_
|
|
|