| Index: mojo/shell/context.cc
|
| diff --git a/mojo/shell/context.cc b/mojo/shell/context.cc
|
| index e63a70963f59fec3759efb657126f6549dff116f..5d1e1353221df15d443d7a63ff89b779b540ee95 100644
|
| --- a/mojo/shell/context.cc
|
| +++ b/mojo/shell/context.cc
|
| @@ -233,7 +233,7 @@ void Context::Init() {
|
| scoped_ptr<ApplicationLoader>(new NetworkApplicationLoader()),
|
| "network_service",
|
| base::MessageLoop::TYPE_IO));
|
| - application_manager_.SetLoaderForURL(loader.PassAs<ApplicationLoader>(),
|
| + application_manager_.SetLoaderForURL(loader.Pass(),
|
| GURL("mojo:mojo_network_service"));
|
| }
|
| #endif
|
|
|