| Index: services/ui/public/cpp/property_type_converters.h
|
| diff --git a/components/mus/public/cpp/property_type_converters.h b/services/ui/public/cpp/property_type_converters.h
|
| similarity index 93%
|
| rename from components/mus/public/cpp/property_type_converters.h
|
| rename to services/ui/public/cpp/property_type_converters.h
|
| index 5676253e8108fc3a53746a9f5f2127f92b002ef0..b249725fa521cd5f62d76f6c1171199d64399e66 100644
|
| --- a/components/mus/public/cpp/property_type_converters.h
|
| +++ b/services/ui/public/cpp/property_type_converters.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_PUBLIC_CPP_PROPERTY_TYPE_CONVERTERS_H_
|
| -#define COMPONENTS_MUS_PUBLIC_CPP_PROPERTY_TYPE_CONVERTERS_H_
|
| +#ifndef SERVICES_UI_PUBLIC_CPP_PROPERTY_TYPE_CONVERTERS_H_
|
| +#define SERVICES_UI_PUBLIC_CPP_PROPERTY_TYPE_CONVERTERS_H_
|
|
|
| #include <stdint.h>
|
| #include <vector>
|
| @@ -93,4 +93,4 @@ struct TypeConverter<bool, std::vector<uint8_t>> {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // COMPONENTS_MUS_PUBLIC_CPP_PROPERTY_TYPE_CONVERTERS_H_
|
| +#endif // SERVICES_UI_PUBLIC_CPP_PROPERTY_TYPE_CONVERTERS_H_
|
|
|