| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index e9112bac622fa58e48c0fb014306e3919a763860..e0f932bdcc3a6c4206135b485b13957e06478170 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -66,10 +66,10 @@ class SessionStateDelegateImpl : public SessionStateDelegate {
|
| ~SessionStateDelegateImpl() override {}
|
|
|
| // SessionStateDelegate:
|
| - bool ShouldShowAvatar(WmWindow* window) const override {
|
| + bool ShouldShowAvatar(aura::Window* window) const override {
|
| return !user_info_->GetImage().isNull();
|
| }
|
| - gfx::ImageSkia GetAvatarImageForWindow(WmWindow* window) const override {
|
| + gfx::ImageSkia GetAvatarImageForWindow(aura::Window* window) const override {
|
| return gfx::ImageSkia();
|
| }
|
|
|
|
|