Index: mojo/gles2/gles2_context.h |
diff --git a/mojo/gles2/gles2_context.h b/mojo/gles2/gles2_context.h |
index 684b48548a1336bcdbf16464d5a1198ae51077a9..e5dac20225387efca48eff451f9aada3168e4352 100644 |
--- a/mojo/gles2/gles2_context.h |
+++ b/mojo/gles2/gles2_context.h |
@@ -52,7 +52,7 @@ class GLES2Context : public CommandBufferDelegate, |
MojoGLES2ContextLost lost_callback_; |
void* closure_; |
- MOJO_DISALLOW_COPY_AND_ASSIGN(GLES2Context); |
+ DISALLOW_COPY_AND_ASSIGN(GLES2Context); |
}; |
} // namespace gles2 |