| Index: services/ui/gles2/gpu_impl.cc
|
| diff --git a/components/mus/gles2/gpu_impl.cc b/services/ui/gles2/gpu_impl.cc
|
| similarity index 82%
|
| rename from components/mus/gles2/gpu_impl.cc
|
| rename to services/ui/gles2/gpu_impl.cc
|
| index 7ae0b6d0c25c847b77fc34f11a104a7e64c04994..83b831745807e5888b3747bdfde9b124effd5fff 100644
|
| --- a/components/mus/gles2/gpu_impl.cc
|
| +++ b/services/ui/gles2/gpu_impl.cc
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/mus/gles2/gpu_impl.h"
|
| +#include "services/ui/gles2/gpu_impl.h"
|
|
|
| -#include "components/mus/common/gpu_type_converters.h"
|
| -#include "components/mus/gles2/command_buffer_impl.h"
|
| +#include "services/ui/common/gpu_type_converters.h"
|
| +#include "services/ui/gles2/command_buffer_impl.h"
|
|
|
| namespace mus {
|
|
|
|
|