| Index: components/mus/gles2/mojo_gpu_memory_buffer_manager.h
|
| diff --git a/components/mus/gles2/mojo_gpu_memory_buffer_manager.h b/components/mus/gles2/mojo_gpu_memory_buffer_manager.h
|
| index 37133b34223f419d5f9743dad30a00dfa974dda1..2779135a4906b1b77e927ce46870345bb0ab1aef 100644
|
| --- a/components/mus/gles2/mojo_gpu_memory_buffer_manager.h
|
| +++ b/components/mus/gles2/mojo_gpu_memory_buffer_manager.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "gpu/command_buffer/client/gpu_memory_buffer_manager.h"
|
|
|
| -namespace mus {
|
| +namespace gles2 {
|
|
|
| class MojoGpuMemoryBufferManager : public gpu::GpuMemoryBufferManager {
|
| public:
|
| @@ -28,6 +28,6 @@
|
| DISALLOW_COPY_AND_ASSIGN(MojoGpuMemoryBufferManager);
|
| };
|
|
|
| -} // namespace mus
|
| +} // namespace gles2
|
|
|
| #endif // COMPONENTS_MUS_GLES2_MOJO_GPU_MEMORY_BUFFER_MANAGER_H_
|
|
|