| Index: ash/mus/shell_delegate_mus.cc
|
| diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
|
| index b068bc95b90043fd1c8bd34d19f77e5451e5b6a6..d19fcf4d211588c01bd688a39bb77edc26d6d67e 100644
|
| --- a/ash/mus/shell_delegate_mus.cc
|
| +++ b/ash/mus/shell_delegate_mus.cc
|
| @@ -29,11 +29,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();
|
| }
|
|
|