Index: mash/screenlock/screenlock.h |
diff --git a/mash/screenlock/screenlock.h b/mash/screenlock/screenlock.h |
index 1d770811b0ec2f5f71429ae434720e4abde1eb11..25838f5cdd68ba24c3bcdd48e451950148f3fa14 100644 |
--- a/mash/screenlock/screenlock.h |
+++ b/mash/screenlock/screenlock.h |
@@ -21,16 +21,16 @@ class AuraInit; |
namespace mash { |
namespace screenlock { |
-class Screenlock : public mojo::ShellClient, |
+class Screenlock : public shell::ShellClient, |
public session::mojom::ScreenlockStateListener { |
public: |
Screenlock(); |
~Screenlock() override; |
private: |
- // mojo::ShellClient: |
- void Initialize(mojo::Connector* connector, |
- const mojo::Identity& identity, |
+ // shell::ShellClient: |
+ void Initialize(shell::Connector* connector, |
+ const shell::Identity& identity, |
uint32_t id) override; |
// session::mojom::ScreenlockStateListener: |