| Index: mash/screenlock/screenlock.h
|
| diff --git a/mash/screenlock/screenlock.h b/mash/screenlock/screenlock.h
|
| index ff6b9bbd8454f3dc9b9ef5fe298b1aae8528c309..3d6bfb6fd28e968439df55b793f438f0627c7978 100644
|
| --- a/mash/screenlock/screenlock.h
|
| +++ b/mash/screenlock/screenlock.h
|
| @@ -12,7 +12,7 @@
|
| #include "mash/shell/public/interfaces/shell.mojom.h"
|
| #include "mojo/common/weak_binding_set.h"
|
| #include "mojo/services/tracing/public/cpp/tracing_impl.h"
|
| -#include "mojo/shell/public/cpp/application_delegate.h"
|
| +#include "mojo/shell/public/cpp/shell_client.h"
|
|
|
| namespace views {
|
| class AuraInit;
|
| @@ -21,14 +21,14 @@ class AuraInit;
|
| namespace mash {
|
| namespace screenlock {
|
|
|
| -class Screenlock : public mojo::ApplicationDelegate,
|
| +class Screenlock : public mojo::ShellClient,
|
| public shell::mojom::ScreenlockStateListener {
|
| public:
|
| Screenlock();
|
| ~Screenlock() override;
|
|
|
| private:
|
| - // mojo::ApplicationDelegate:
|
| + // mojo::ShellClient:
|
| void Initialize(mojo::Shell* shell, const std::string& url,
|
| uint32_t id) override;
|
|
|
|
|