| Index: mandoline/services/core_services/application_delegate_factory_linux.cc
|
| diff --git a/mandoline/services/core_services/application_delegate_factory_linux.cc b/mandoline/services/core_services/application_delegate_factory_linux.cc
|
| index fe14ee493639f442422ec2e2e1c0bcb1db101849..652d5976627c8de575e69b241835d2836e604da9 100644
|
| --- a/mandoline/services/core_services/application_delegate_factory_linux.cc
|
| +++ b/mandoline/services/core_services/application_delegate_factory_linux.cc
|
| @@ -8,7 +8,7 @@
|
|
|
| namespace core_services {
|
|
|
| -scoped_ptr<mojo::ApplicationDelegate> CreatePlatformSpecificApplicationDelegate(
|
| +scoped_ptr<mojo::ShellClient> CreatePlatformSpecificApplicationDelegate(
|
| const std::string& url) {
|
| return url == "mojo://font_service/"
|
| ? make_scoped_ptr(new font_service::FontServiceApp)
|
|
|