| Index: gpu/command_buffer/service/gl_context_mock.h
|
| diff --git a/gpu/command_buffer/service/gl_context_mock.h b/gpu/command_buffer/service/gl_context_mock.h
|
| index 77d669cad6a71a1147f30738394e262c88160044..5a5a6ade28574f5da0e62fea12d57ffd6d515468 100644
|
| --- a/gpu/command_buffer/service/gl_context_mock.h
|
| +++ b/gpu/command_buffer/service/gl_context_mock.h
|
| @@ -10,11 +10,11 @@
|
|
|
| namespace gpu {
|
|
|
| -class GLContextMock : public gfx::GLContextStubWithExtensions {
|
| +class GLContextMock : public gl::GLContextStubWithExtensions {
|
| public:
|
| GLContextMock();
|
|
|
| - MOCK_METHOD1(MakeCurrent, bool(gfx::GLSurface* surface));
|
| + MOCK_METHOD1(MakeCurrent, bool(gl::GLSurface* surface));
|
|
|
| protected:
|
| virtual ~GLContextMock();
|
|
|