| Index: ui/gl/test/gl_surface_test_support.h
|
| diff --git a/ui/gl/test/gl_surface_test_support.h b/ui/gl/test/gl_surface_test_support.h
|
| index eb70ef05992c8d18ccf5dc5d2ed184de627f1d89..42730dc8bdce8b5390978efed3d8e5255953534e 100644
|
| --- a/ui/gl/test/gl_surface_test_support.h
|
| +++ b/ui/gl/test/gl_surface_test_support.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "ui/gl/gl_implementation.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| class GLContext;
|
|
|
| @@ -20,6 +20,6 @@ class GLSurfaceTestSupport {
|
| static void InitializeDynamicMockBindings(GLContext* context);
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|
| #endif // UI_GL_TEST_GL_SURFACE_TEST_SUPPORT_H_
|
|
|