| Index: services/ui/common/gpu_type_converters.h
|
| diff --git a/components/mus/common/gpu_type_converters.h b/services/ui/common/gpu_type_converters.h
|
| similarity index 86%
|
| rename from components/mus/common/gpu_type_converters.h
|
| rename to services/ui/common/gpu_type_converters.h
|
| index 74c170c04378f07bae73ec79831da88c61bdccf1..08e409c49b77ab200f2338d2d5a6d6ff25bc321d 100644
|
| --- a/components/mus/common/gpu_type_converters.h
|
| +++ b/services/ui/common/gpu_type_converters.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_MUS_COMMON_GPU_TYPE_CONVERTERS_H_
|
| -#define COMPONENTS_MUS_COMMON_GPU_TYPE_CONVERTERS_H_
|
| +#ifndef SERVICES_UI_COMMON_GPU_TYPE_CONVERTERS_H_
|
| +#define SERVICES_UI_COMMON_GPU_TYPE_CONVERTERS_H_
|
|
|
| #include "build/build_config.h"
|
| -#include "components/mus/common/mus_common_export.h"
|
| -#include "components/mus/public/interfaces/channel_handle.mojom.h"
|
| -#include "components/mus/public/interfaces/gpu.mojom.h"
|
| -#include "components/mus/public/interfaces/gpu_memory_buffer.mojom.h"
|
| #include "mojo/public/cpp/bindings/type_converter.h"
|
| +#include "services/ui/common/mus_common_export.h"
|
| +#include "services/ui/public/interfaces/channel_handle.mojom.h"
|
| +#include "services/ui/public/interfaces/gpu.mojom.h"
|
| +#include "services/ui/public/interfaces/gpu_memory_buffer.mojom.h"
|
|
|
| namespace gfx {
|
| struct GpuMemoryBufferHandle;
|
| @@ -92,4 +92,4 @@ struct MUS_COMMON_EXPORT TypeConverter<mus::mojom::GpuInfoPtr, gpu::GPUInfo> {
|
|
|
| } // namespace mojo
|
|
|
| -#endif // COMPONENTS_MUS_COMMON_GPU_TYPE_CONVERTERS_H_
|
| +#endif // SERVICES_UI_COMMON_GPU_TYPE_CONVERTERS_H_
|
|
|