Index: mojo/shell/context.cc |
diff --git a/mojo/shell/context.cc b/mojo/shell/context.cc |
index 9879a17732a72ae526305e095b48b181bfbf57d7..960fcfe98beb2011e1c306a31918bb2351da259e 100644 |
--- a/mojo/shell/context.cc |
+++ b/mojo/shell/context.cc |
@@ -61,7 +61,7 @@ class Context::NativeViewportServiceLoader : public ServiceLoader { |
private: |
virtual void LoadService(ServiceManager* manager, |
const GURL& url, |
- ScopedShellHandle service_handle) OVERRIDE { |
+ ScopedMessagePipeHandle service_handle) OVERRIDE { |
app_.reset(::CreateNativeViewportService(context_, service_handle.Pass())); |
} |