Index: services/ui/common/gpu_type_converters.h |
diff --git a/services/ui/common/gpu_type_converters.h b/services/ui/common/gpu_type_converters.h |
index d5823fd9d0ebe722df7eba9dc00b4d8cb95f49ff..1e253b0dd60412cb05ed10bb4e93ca408c966d15 100644 |
--- a/services/ui/common/gpu_type_converters.h |
+++ b/services/ui/common/gpu_type_converters.h |
@@ -6,10 +6,10 @@ |
#define SERVICES_UI_COMMON_GPU_TYPE_CONVERTERS_H_ |
#include "build/build_config.h" |
+#include "gpu/ipc/common/gpu_info.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 { |
@@ -86,8 +86,8 @@ struct MUS_COMMON_EXPORT TypeConverter<gfx::GpuMemoryBufferHandle, |
}; |
template <> |
-struct MUS_COMMON_EXPORT TypeConverter<ui::mojom::GpuInfoPtr, gpu::GPUInfo> { |
- static ui::mojom::GpuInfoPtr Convert(const gpu::GPUInfo& input); |
+struct MUS_COMMON_EXPORT TypeConverter<gpu::mojom::GpuInfoPtr, gpu::GPUInfo> { |
+ static gpu::mojom::GpuInfoPtr Convert(const gpu::GPUInfo& input); |
}; |
} // namespace mojo |