| Index: ui/gl/gl_egl_api_implementation.h
|
| diff --git a/ui/gl/gl_egl_api_implementation.h b/ui/gl/gl_egl_api_implementation.h
|
| index 704762548f3a53a8ae578f5d08eecaaa6cfea73d..4f9c5f85ae56835d3a954a3c3b52a4ab248f9461 100644
|
| --- a/ui/gl/gl_egl_api_implementation.h
|
| +++ b/ui/gl/gl_egl_api_implementation.h
|
| @@ -15,7 +15,7 @@
|
| namespace base {
|
| class CommandLine;
|
| }
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| class GLContext;
|
| struct GLWindowSystemBindingInfo;
|
| @@ -72,7 +72,7 @@ class GL_EXPORT TraceEGLApi : public EGLApi {
|
| EGLApi* egl_api_;
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|
| #endif // UI_GL_GL_EGL_API_IMPLEMENTATION_H_
|
|
|
|
|