summaryrefslogtreecommitdiffstats
path: root/mojo/shell/android/mojo_main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/shell/android/mojo_main.cc')
-rw-r--r--mojo/shell/android/mojo_main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/mojo/shell/android/mojo_main.cc b/mojo/shell/android/mojo_main.cc
index fe18c24..127471e 100644
--- a/mojo/shell/android/mojo_main.cc
+++ b/mojo/shell/android/mojo_main.cc
@@ -41,7 +41,7 @@ class NativeViewportServiceLoader : public shell::ServiceConnector::Loader {
private:
virtual void Load(const GURL& url,
- ScopedMessagePipeHandle service_handle)
+ ScopedShellHandle service_handle)
MOJO_OVERRIDE {
service_.reset(CreateNativeViewportService(g_context.Get().get(),
service_handle.Pass()));