Chromium Code Reviews| Index: ui/gl/gl_context.h |
| diff --git a/ui/gl/gl_context.h b/ui/gl/gl_context.h |
| index 323b373347b0625c88382f355a79ae5507ec0c86..8e5ecd80b962a9a62a5de803108ce5fd0ba2c6f6 100644 |
| --- a/ui/gl/gl_context.h |
| +++ b/ui/gl/gl_context.h |
| @@ -188,7 +188,7 @@ class GL_EXPORT GLContextReal : public GLContext { |
| protected: |
| virtual ~GLContextReal(); |
| - virtual void SetCurrent(GLSurface* surface) OVERRIDE; |
| + virtual void SetCurrent(GLSurface* surface) override; |
| private: |
| DISALLOW_COPY_AND_ASSIGN(GLContextReal); |