Index: mojo/gpu/gl_context.h |
diff --git a/mojo/gpu/gl_context.h b/mojo/gpu/gl_context.h |
index 49d40c2f786fdf92e4e2cf2b79b4ae8d431f7f12..2a8f866975d75a0e66dc46932d5792868648e2c6 100644 |
--- a/mojo/gpu/gl_context.h |
+++ b/mojo/gpu/gl_context.h |
@@ -29,7 +29,7 @@ class GLContext { |
virtual ~Observer(); |
}; |
- static base::WeakPtr<GLContext> Create(mojo::Shell* shell); |
+ static base::WeakPtr<GLContext> Create(Shell* shell); |
void MakeCurrent(); |
void Destroy(); |
@@ -40,7 +40,7 @@ class GLContext { |
void RemoveObserver(Observer* observer); |
private: |
- explicit GLContext(mojo::Shell* shell); |
+ explicit GLContext(Shell* shell); |
~GLContext(); |
static void ContextLostThunk(void* self); |