| Index: services/ui/common/gpu_service.h
|
| diff --git a/components/mus/common/gpu_service.h b/services/ui/common/gpu_service.h
|
| similarity index 90%
|
| rename from components/mus/common/gpu_service.h
|
| rename to services/ui/common/gpu_service.h
|
| index a3d5cd106f6dba04aab40856024b7f1693a54765..48a02a4784a2e972cd5a498e173bc0b4360c9c0c 100644
|
| --- a/components/mus/common/gpu_service.h
|
| +++ b/services/ui/common/gpu_service.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_COMMON_GPU_SERVICE_H_
|
| -#define COMPONENTS_MUS_COMMON_GPU_SERVICE_H_
|
| +#ifndef SERVICES_UI_COMMON_GPU_SERVICE_H_
|
| +#define SERVICES_UI_COMMON_GPU_SERVICE_H_
|
|
|
| #include <stdint.h>
|
| #include <vector>
|
| @@ -14,10 +14,10 @@
|
| #include "base/synchronization/lock.h"
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/thread.h"
|
| -#include "components/mus/common/mojo_gpu_memory_buffer_manager.h"
|
| -#include "components/mus/common/mus_common_export.h"
|
| -#include "components/mus/public/interfaces/gpu_service.mojom.h"
|
| #include "gpu/ipc/client/gpu_channel_host.h"
|
| +#include "services/ui/common/mojo_gpu_memory_buffer_manager.h"
|
| +#include "services/ui/common/mus_common_export.h"
|
| +#include "services/ui/public/interfaces/gpu_service.mojom.h"
|
|
|
| namespace shell {
|
| class Connector;
|
|
|