| Index: ash/mus/shell_delegate_mus.h
|
| diff --git a/ash/mus/shell_delegate_mus.h b/ash/mus/shell_delegate_mus.h
|
| index 4913d98a16407514fe5402d9eed051bc399e9f19..6956158e05573a7befd2a632dbf68c8d6ea5c23f 100644
|
| --- a/ash/mus/shell_delegate_mus.h
|
| +++ b/ash/mus/shell_delegate_mus.h
|
| @@ -49,6 +49,7 @@ class ShellDelegateMus : public ash::ShellDelegate {
|
| ash::AccessibilityDelegate* CreateAccessibilityDelegate() override;
|
| ash::NewWindowDelegate* CreateNewWindowDelegate() override;
|
| ash::MediaDelegate* CreateMediaDelegate() override;
|
| + std::unique_ptr<ContainerDelegate> CreateContainerDelegate() override;
|
| std::unique_ptr<PointerWatcherDelegate> CreatePointerWatcherDelegate()
|
| override;
|
| ui::MenuModel* CreateContextMenu(ash::Shelf* shelf,
|
|
|