| Index: mash/wm/window_manager.h
|
| diff --git a/mash/wm/window_manager.h b/mash/wm/window_manager.h
|
| index 96c0b8a83d7f5cbacecad1b858b9a6e5168f4be9..ffa89195d0a636776f0b0795e5d7ba75f73e5c07 100644
|
| --- a/mash/wm/window_manager.h
|
| +++ b/mash/wm/window_manager.h
|
| @@ -55,7 +55,7 @@ class WindowManager : public mus::WindowObserver,
|
| std::map<std::string, std::vector<uint8_t>>* properties) override;
|
| void OnAccelerator(uint32_t id, const ui::Event& event) override;
|
|
|
| - // mash::shell::mojom::ScreenlockStateListener:
|
| + // session::mojom::ScreenlockStateListener:
|
| void ScreenlockStateChanged(bool locked) override;
|
|
|
| RootWindowController* root_controller_;
|
|
|