Index: mojo/services/native_viewport/native_viewport_x11.cc |
diff --git a/mojo/services/native_viewport/native_viewport_x11.cc b/mojo/services/native_viewport/native_viewport_x11.cc |
index 16a9ae3819660a0939fcefa7d8fbec4c54d69e9c..9ebeaf6645dce8f1a6c9becec11c6463076256cb 100644 |
--- a/mojo/services/native_viewport/native_viewport_x11.cc |
+++ b/mojo/services/native_viewport/native_viewport_x11.cc |
@@ -112,7 +112,7 @@ class NativeViewportX11 : public NativeViewport, |
// static |
scoped_ptr<NativeViewport> NativeViewport::Create( |
- shell::Context* context, |
+ NativeViewportContext* context, |
NativeViewportDelegate* delegate) { |
return scoped_ptr<NativeViewport>(new NativeViewportX11(delegate)).Pass(); |
} |