| Index: ui/gl/gl_context_stub.h
|
| diff --git a/ui/gl/gl_context_stub.h b/ui/gl/gl_context_stub.h
|
| index ecee83004f2e4ef1fd6f9b8ad41073f56947eccb..13b2c661ecf6d9a08c586775e8df6846ec60b970 100644
|
| --- a/ui/gl/gl_context_stub.h
|
| +++ b/ui/gl/gl_context_stub.h
|
| @@ -9,7 +9,7 @@
|
| #include "ui/gl/gl_context.h"
|
| #include "ui/gl/gl_export.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| class GLShareGroup;
|
|
|
| @@ -36,6 +36,6 @@ class GL_EXPORT GLContextStub : public GLContextReal {
|
| DISALLOW_COPY_AND_ASSIGN(GLContextStub);
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|
| #endif // UI_GL_GL_CONTEXT_STUB_H_
|
|
|