| Index: ash/mus/bridge/shell_port_mash.cc
|
| diff --git a/ash/mus/bridge/shell_port_mash.cc b/ash/mus/bridge/shell_port_mash.cc
|
| index 191ad69cbb7c60f0f9cd6a5e8a6c60771dbfcad1..bfe07fd6175fee320001f20e7e1468a3e79d764d 100644
|
| --- a/ash/mus/bridge/shell_port_mash.cc
|
| +++ b/ash/mus/bridge/shell_port_mash.cc
|
| @@ -88,11 +88,11 @@ class SessionStateDelegateStub : public SessionStateDelegate {
|
| ~SessionStateDelegateStub() override {}
|
|
|
| // SessionStateDelegate:
|
| - bool ShouldShowAvatar(WmWindow* window) const override {
|
| + bool ShouldShowAvatar(aura::Window* window) const override {
|
| NOTIMPLEMENTED();
|
| return !user_info_->GetImage().isNull();
|
| }
|
| - gfx::ImageSkia GetAvatarImageForWindow(WmWindow* window) const override {
|
| + gfx::ImageSkia GetAvatarImageForWindow(aura::Window* window) const override {
|
| NOTIMPLEMENTED();
|
| return gfx::ImageSkia();
|
| }
|
|
|