| Index: services/ui/gles2/command_buffer_local_client.h
|
| diff --git a/components/mus/gles2/command_buffer_local_client.h b/services/ui/gles2/command_buffer_local_client.h
|
| similarity index 77%
|
| rename from components/mus/gles2/command_buffer_local_client.h
|
| rename to services/ui/gles2/command_buffer_local_client.h
|
| index c26cbdf4941c670ca45f6eb84675ad6dc0900fe4..2c9e2e28420e8e9d7f82ae93634a952199650180 100644
|
| --- a/components/mus/gles2/command_buffer_local_client.h
|
| +++ b/services/ui/gles2/command_buffer_local_client.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_GLES2_COMMAND_BUFFER_LOCAL_CLIENT_H_
|
| -#define COMPONENTS_MUS_GLES2_COMMAND_BUFFER_LOCAL_CLIENT_H_
|
| +#ifndef SERVICES_UI_GLES2_COMMAND_BUFFER_LOCAL_CLIENT_H_
|
| +#define SERVICES_UI_GLES2_COMMAND_BUFFER_LOCAL_CLIENT_H_
|
|
|
| #include <stdint.h>
|
|
|
| @@ -28,4 +28,4 @@ class CommandBufferLocalClient {
|
|
|
| } // namespace mus
|
|
|
| -#endif // COMPONENTS_MUS_GLES2_COMMAND_BUFFER_LOCAL_CLIENT_H_
|
| +#endif // SERVICES_UI_GLES2_COMMAND_BUFFER_LOCAL_CLIENT_H_
|
|
|