| Index: services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.h
|
| diff --git a/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h b/services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.h
|
| similarity index 91%
|
| rename from services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h
|
| rename to services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.h
|
| index 1346ff584a046bf9bf9851ea1a7447a9e3b912db..a727d891aca9ce148000078b3634964de88a1cd7 100644
|
| --- a/services/ui/public/cpp/mojo_gpu_memory_buffer_manager.h
|
| +++ b/services/ui/public/cpp/gpu/mojo_gpu_memory_buffer_manager.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 SERVICES_UI_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
| -#define SERVICES_UI_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
| +#ifndef SERVICES_UI_PUBLIC_CPP_GPU_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
| +#define SERVICES_UI_PUBLIC_CPP_GPU_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
|
|
| #include <memory>
|
| #include <vector>
|
| @@ -69,4 +69,4 @@ class MojoGpuMemoryBufferManager : public gpu::GpuMemoryBufferManager {
|
|
|
| } // namespace ui
|
|
|
| -#endif // SERVICES_UI_PUBLIC_CPP_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
| +#endif // SERVICES_UI_PUBLIC_CPP_GPU_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
|
|