| Index: ui/gl/test/gl_surface_test_support.cc
|
| diff --git a/ui/gl/test/gl_surface_test_support.cc b/ui/gl/test/gl_surface_test_support.cc
|
| index c969e94e19cd313fa5ae4620d40f3eaa5b42c3ea..db3483da3590c12534076e67729b4bc7cede13ea 100644
|
| --- a/ui/gl/test/gl_surface_test_support.cc
|
| +++ b/ui/gl/test/gl_surface_test_support.cc
|
| @@ -17,7 +17,7 @@
|
| #include "ui/platform_window/x11/x11_window.h"
|
| #endif
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| // static
|
| void GLSurfaceTestSupport::InitializeOneOff() {
|
| @@ -89,4 +89,4 @@ void GLSurfaceTestSupport::InitializeDynamicMockBindings(GLContext* context) {
|
| CHECK(InitializeDynamicGLBindings(kGLImplementationMockGL, context));
|
| }
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|