| Index: ui/gl/gl_surface_x11.cc
|
| diff --git a/ui/gl/gl_surface_x11.cc b/ui/gl/gl_surface_x11.cc
|
| index c6a0653395d2422eb0c26f9e53e8f77db76bfaa5..9ace21616f81edbf3d107d429eb90dabaddfad03 100644
|
| --- a/ui/gl/gl_surface_x11.cc
|
| +++ b/ui/gl/gl_surface_x11.cc
|
| @@ -22,7 +22,7 @@
|
| #include "ui/gl/gl_surface_osmesa.h"
|
| #include "ui/gl/gl_surface_stub.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| namespace {
|
|
|
| @@ -346,4 +346,4 @@ EGLNativeDisplayType GetPlatformDefaultEGLNativeDisplay() {
|
| return gfx::GetXDisplay();
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|