Index: ash/mus/shell_delegate_mus.h |
diff --git a/ash/mus/shell_delegate_mus.h b/ash/mus/shell_delegate_mus.h |
index 6187493414a266ccb527e0d2a9b58252e399dccd..b24bb876ae1b7d398380f47a84a8baee5cab6840 100644 |
--- a/ash/mus/shell_delegate_mus.h |
+++ b/ash/mus/shell_delegate_mus.h |
@@ -6,10 +6,8 @@ |
#define ASH_MUS_SHELL_DELEGATE_MUS_H_ |
#include <memory> |
-#include <string> |
#include "ash/shell_delegate.h" |
-#include "base/compiler_specific.h" |
#include "base/macros.h" |
namespace keyboard { |
@@ -48,6 +46,8 @@ class ShellDelegateMus : public ash::ShellDelegate { |
ash::AccessibilityDelegate* CreateAccessibilityDelegate() override; |
ash::NewWindowDelegate* CreateNewWindowDelegate() override; |
ash::MediaDelegate* CreateMediaDelegate() override; |
+ std::unique_ptr<PointerWatcherDelegate> CreatePointerWatcherDelegate() |
+ override; |
ui::MenuModel* CreateContextMenu(ash::Shelf* shelf, |
const ash::ShelfItem* item) override; |
GPUSupport* CreateGPUSupport() override; |