| Index: components/mus/gles2/command_buffer_type_conversions.h
|
| diff --git a/components/view_manager/gles2/command_buffer_type_conversions.h b/components/mus/gles2/command_buffer_type_conversions.h
|
| similarity index 86%
|
| rename from components/view_manager/gles2/command_buffer_type_conversions.h
|
| rename to components/mus/gles2/command_buffer_type_conversions.h
|
| index 466a33df54d73c42dbf9b4100a60722a0db4cf1b..ee1d8e970276a39778bd40f8dcc87fbf180b223f 100644
|
| --- a/components/view_manager/gles2/command_buffer_type_conversions.h
|
| +++ b/components/mus/gles2/command_buffer_type_conversions.h
|
| @@ -2,10 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef COMPONENTS_VIEW_MANAGER_GLES2_COMMAND_BUFFER_TYPE_CONVERSIONS_H_
|
| -#define COMPONENTS_VIEW_MANAGER_GLES2_COMMAND_BUFFER_TYPE_CONVERSIONS_H_
|
| +#ifndef COMPONENTS_MUS_GLES2_COMMAND_BUFFER_TYPE_CONVERSIONS_H_
|
| +#define COMPONENTS_MUS_GLES2_COMMAND_BUFFER_TYPE_CONVERSIONS_H_
|
|
|
| -#include "components/view_manager/public/interfaces/command_buffer.mojom.h"
|
| +#include "components/mus/public/interfaces/command_buffer.mojom.h"
|
| #include "gpu/command_buffer/common/capabilities.h"
|
| #include "gpu/command_buffer/common/command_buffer.h"
|
| #include "third_party/mojo/src/mojo/public/cpp/bindings/type_converter.h"
|
| @@ -64,4 +64,4 @@ struct TypeConverter<gpu::Capabilities, GpuCapabilitiesPtr> {
|
|
|
| } // namespace gles2
|
|
|
| -#endif // COMPONENTS_VIEW_MANAGER_GLES2_COMMAND_BUFFER_TYPE_CONVERSIONS_H_
|
| +#endif // COMPONENTS_MUS_GLES2_COMMAND_BUFFER_TYPE_CONVERSIONS_H_
|
|
|