| Index: components/mus/gles2/gpu_impl.cc
|
| diff --git a/components/mus/gles2/gpu_impl.cc b/components/mus/gles2/gpu_impl.cc
|
| index b8c3e958314b63952fdd7f52b4d1bceb33eb05e9..506b3eb0ecdb0f27833a9396d26e69defae920ee 100644
|
| --- a/components/mus/gles2/gpu_impl.cc
|
| +++ b/components/mus/gles2/gpu_impl.cc
|
| @@ -7,7 +7,7 @@
|
| #include "components/mus/gles2/command_buffer_driver.h"
|
| #include "components/mus/gles2/command_buffer_impl.h"
|
|
|
| -namespace mus {
|
| +namespace gles2 {
|
|
|
| GpuImpl::GpuImpl(mojo::InterfaceRequest<Gpu> request,
|
| const scoped_refptr<GpuState>& state)
|
| @@ -21,4 +21,4 @@
|
| make_scoped_ptr(new CommandBufferDriver(state_)));
|
| }
|
|
|
| -} // namespace mus
|
| +} // namespace gles2
|
|
|