| Index: ui/gl/gl_context_glx.cc
|
| diff --git a/ui/gl/gl_context_glx.cc b/ui/gl/gl_context_glx.cc
|
| index aee3fedeab5a040d8ff9373200787657c485bb8a..3ca82febfe4d59576a39a6316f8f3a2604836725 100644
|
| --- a/ui/gl/gl_context_glx.cc
|
| +++ b/ui/gl/gl_context_glx.cc
|
| @@ -17,7 +17,7 @@ extern "C" {
|
| #include "ui/gl/gl_implementation.h"
|
| #include "ui/gl/gl_surface_glx.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| GLContextGLX::GLContextGLX(GLShareGroup* share_group)
|
| : GLContextReal(share_group),
|
| @@ -201,4 +201,4 @@ GLContextGLX::~GLContextGLX() {
|
| Destroy();
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|