| Index: ui/gl/gl_context_x11.cc
|
| diff --git a/ui/gl/gl_context_x11.cc b/ui/gl/gl_context_x11.cc
|
| index 91acae8235eff4af2a8a69992e36997439542f7d..0b70fb9c41f01508c88b1b2aaa7635d314a8ece5 100644
|
| --- a/ui/gl/gl_context_x11.cc
|
| +++ b/ui/gl/gl_context_x11.cc
|
| @@ -19,7 +19,7 @@
|
| #include "ui/gl/gl_surface_osmesa.h"
|
| #include "ui/gl/gl_surface_stub.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| class GLShareGroup;
|
|
|
| @@ -58,4 +58,4 @@ scoped_refptr<GLContext> GLContext::CreateGLContext(
|
| }
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|