| Index: ui/gl/gl_context_ozone.cc
|
| diff --git a/ui/gl/gl_context_ozone.cc b/ui/gl/gl_context_ozone.cc
|
| index 3727c656c160069b86a852e8692df16d1f2e9699..ee36ba1d425c61f6182c7607a076d098351d88cd 100644
|
| --- a/ui/gl/gl_context_ozone.cc
|
| +++ b/ui/gl/gl_context_ozone.cc
|
| @@ -14,7 +14,7 @@
|
| #include "ui/gl/gl_implementation.h"
|
| #include "ui/gl/gl_surface.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| // static
|
| scoped_refptr<GLContext> GLContext::CreateGLContext(
|
| @@ -43,4 +43,4 @@ scoped_refptr<GLContext> GLContext::CreateGLContext(
|
| }
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|