| Index: services/ui/surfaces/ozone_gpu_memory_buffer.h
|
| diff --git a/services/ui/gles2/ozone_gpu_memory_buffer.h b/services/ui/surfaces/ozone_gpu_memory_buffer.h
|
| similarity index 93%
|
| rename from services/ui/gles2/ozone_gpu_memory_buffer.h
|
| rename to services/ui/surfaces/ozone_gpu_memory_buffer.h
|
| index ce57079e9ee214dece2861e8889659e55c696dc5..ff015d02e5ef6054600e7f7e10886403662bce41 100644
|
| --- a/services/ui/gles2/ozone_gpu_memory_buffer.h
|
| +++ b/services/ui/surfaces/ozone_gpu_memory_buffer.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_OZONE_GPU_MEMORY_BUFFER_
|
| -#define COMPONENTS_MUS_GLES2_OZONE_GPU_MEMORY_BUFFER_
|
| +#ifndef SERVICES_UI_SURFACES_OZONE_GPU_MEMORY_BUFFER_H_
|
| +#define SERVICES_UI_SURFACES_OZONE_GPU_MEMORY_BUFFER_H_
|
|
|
| #include <memory>
|
|
|
| @@ -68,4 +68,4 @@ class OzoneGpuMemoryBuffer : public ui::GpuMemoryBufferImpl {
|
|
|
| } // namespace ui
|
|
|
| -#endif // COMPONENTS_MUS_GLES2_OZONE_GPU_MEMORY_BUFFER_
|
| +#endif // SERVICES_UI_SURFACES_OZONE_GPU_MEMORY_BUFFER_H_
|
|
|