| Index: components/mus/vm/ids.h
|
| diff --git a/components/mus/ids.h b/components/mus/vm/ids.h
|
| similarity index 93%
|
| rename from components/mus/ids.h
|
| rename to components/mus/vm/ids.h
|
| index 7099a58fba56d4d2328ce6aa97fb086ce035766a..cb9ad75aaf44b37a45717e521201f0dfd4057686 100644
|
| --- a/components/mus/ids.h
|
| +++ b/components/mus/vm/ids.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_IDS_H_
|
| -#define COMPONENTS_MUS_IDS_H_
|
| +#ifndef COMPONENTS_MUS_VM_IDS_H_
|
| +#define COMPONENTS_MUS_VM_IDS_H_
|
|
|
| #include "components/mus/public/cpp/types.h"
|
| #include "components/mus/public/cpp/util.h"
|
| @@ -51,4 +51,4 @@ inline ViewId RootViewId(uint16_t index) {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_IDS_H_
|
| +#endif // COMPONENTS_MUS_VM_IDS_H_
|
|
|