| Index: ui/gl/gl_mock.h
|
| diff --git a/ui/gl/gl_mock.h b/ui/gl/gl_mock.h
|
| index 1ef09fabfcd85480fbc5474c1b8a62ab4f9f39d9..6565e6e725bb49be37e0f639cced7b9b6e1da083 100644
|
| --- a/ui/gl/gl_mock.h
|
| +++ b/ui/gl/gl_mock.h
|
| @@ -12,7 +12,7 @@
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "ui/gl/gl_bindings.h"
|
|
|
| -namespace gfx {
|
| +namespace gl {
|
|
|
| class MockGLInterface {
|
| public:
|
| @@ -78,6 +78,6 @@ class MockGLInterface {
|
| GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type);
|
| };
|
|
|
| -} // namespace gfx
|
| +} // namespace gl
|
|
|
| #endif // UI_GL_GL_MOCK_H_
|
|
|