| Index: services/ui/gpu/gpu_service_impl.cc
|
| diff --git a/components/mus/gpu/gpu_service_impl.cc b/services/ui/gpu/gpu_service_impl.cc
|
| similarity index 93%
|
| rename from components/mus/gpu/gpu_service_impl.cc
|
| rename to services/ui/gpu/gpu_service_impl.cc
|
| index 9ea83820ffe4df5125bfbf3640c2a6c110e801ca..8ce16c18ba236ad59847bcecdc4189a1613b87af 100644
|
| --- a/components/mus/gpu/gpu_service_impl.cc
|
| +++ b/services/ui/gpu/gpu_service_impl.cc
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/gpu/gpu_service_impl.h"
|
| +#include "services/ui/gpu/gpu_service_impl.h"
|
|
|
| -#include "components/mus/common/gpu_type_converters.h"
|
| -#include "components/mus/gpu/gpu_service_mus.h"
|
| #include "services/shell/public/cpp/connection.h"
|
| +#include "services/ui/common/gpu_type_converters.h"
|
| +#include "services/ui/gpu/gpu_service_mus.h"
|
|
|
| namespace mus {
|
|
|
|
|