| Index: components/view_manager/gles2/command_buffer_type_conversions.cc
|
| diff --git a/components/gles2/command_buffer_type_conversions.cc b/components/view_manager/gles2/command_buffer_type_conversions.cc
|
| similarity index 98%
|
| rename from components/gles2/command_buffer_type_conversions.cc
|
| rename to components/view_manager/gles2/command_buffer_type_conversions.cc
|
| index bd52b8d0ac0e6c512d790bbf6f97f5d4b9156e8c..7032300a387b8690aa571f8c07c55ee034970a04 100644
|
| --- a/components/gles2/command_buffer_type_conversions.cc
|
| +++ b/components/view_manager/gles2/command_buffer_type_conversions.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "components/gles2/command_buffer_type_conversions.h"
|
| +#include "components/view_manager/gles2/command_buffer_type_conversions.h"
|
|
|
| -#include "components/gpu/public/interfaces/command_buffer.mojom.h"
|
| +#include "components/view_manager/public/interfaces/command_buffer.mojom.h"
|
|
|
| namespace mojo {
|
|
|
|
|