| Index: ash/mus/shell_delegate_mus.h
|
| diff --git a/ash/mus/shell_delegate_mus.h b/ash/mus/shell_delegate_mus.h
|
| index 537a1e481dbd6462c00287027d64cc810cead92e..c86349f7fb1b4fdd6c77cf7dfcf97cf0c0d10873 100644
|
| --- a/ash/mus/shell_delegate_mus.h
|
| +++ b/ash/mus/shell_delegate_mus.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef ASH_MUS_SHELL_DELEGATE_MUS_H_
|
| #define ASH_MUS_SHELL_DELEGATE_MUS_H_
|
|
|
| +#include <memory>
|
| #include <string>
|
|
|
| #include "ash/shell_delegate.h"
|
| @@ -54,6 +55,8 @@ class ShellDelegateMus : public ash::ShellDelegate {
|
| gfx::Image GetDeprecatedAcceleratorImage() const override;
|
|
|
| private:
|
| + std::unique_ptr<app_list::AppListShower> app_list_shower_;
|
| +
|
| DISALLOW_COPY_AND_ASSIGN(ShellDelegateMus);
|
| };
|
|
|
|
|