| Index: ash/shell/shell_delegate_impl.cc
|
| diff --git a/ash/shell/shell_delegate_impl.cc b/ash/shell/shell_delegate_impl.cc
|
| index 4cd2172e38d34829e2526e85deed5d399fbdd245..735cd0d89c3612b37d012408c24cf4c67d99a7f9 100644
|
| --- a/ash/shell/shell_delegate_impl.cc
|
| +++ b/ash/shell/shell_delegate_impl.cc
|
| @@ -24,6 +24,7 @@
|
| #include "components/user_manager/user_info_impl.h"
|
| #include "ui/app_list/app_list_view_delegate.h"
|
| #include "ui/aura/window.h"
|
| +#include "ui/gfx/image/image.h"
|
|
|
| namespace ash {
|
| namespace shell {
|
| @@ -269,5 +270,9 @@ base::string16 ShellDelegateImpl::GetProductName() const {
|
| return base::string16();
|
| }
|
|
|
| +gfx::Image ShellDelegateImpl::GetDeprecatedAcceleratorImage() const {
|
| + return gfx::Image();
|
| +}
|
| +
|
| } // namespace shell
|
| } // namespace ash
|
|
|