| Index: mandoline/services/core_services/application_delegate_factory_default.cc
|
| diff --git a/mandoline/services/core_services/application_delegate_factory_default.cc b/mandoline/services/core_services/application_delegate_factory_default.cc
|
| index d069134765c9ab905a0cd6b05b68976d31922ae1..6a62978cd15de9a9da12cb2bea6bfa1f8684d59c 100644
|
| --- a/mandoline/services/core_services/application_delegate_factory_default.cc
|
| +++ b/mandoline/services/core_services/application_delegate_factory_default.cc
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "mandoline/services/core_services/application_delegate_factory.h"
|
|
|
| -#include "mojo/shell/public/cpp/application_delegate.h"
|
| +#include "mojo/shell/public/cpp/shell_client.h"
|
|
|
| namespace core_services {
|
|
|
| -scoped_ptr<mojo::ApplicationDelegate> CreatePlatformSpecificApplicationDelegate(
|
| +scoped_ptr<mojo::ShellClient> CreatePlatformSpecificApplicationDelegate(
|
| const std::string& url) {
|
| return nullptr;
|
| }
|
|
|