Index: mojo/gpu/gl_context.h |
diff --git a/mojo/gpu/gl_context.h b/mojo/gpu/gl_context.h |
index 2a8f866975d75a0e66dc46932d5792868648e2c6..79ef518552bdb5c775ca10c354a1ba09bcbbdd07 100644 |
--- a/mojo/gpu/gl_context.h |
+++ b/mojo/gpu/gl_context.h |
@@ -49,7 +49,7 @@ class GLContext { |
MojoGLES2Context context_; |
gpu::gles2::GLES2Interface* gl_; |
- ObserverList<Observer> observers_; |
+ base::ObserverList<Observer> observers_; |
base::WeakPtrFactory<GLContext> weak_factory_; |
DISALLOW_COPY_AND_ASSIGN(GLContext); |