| Index: ash/common/wm_shell.h
|
| diff --git a/ash/common/wm_shell.h b/ash/common/wm_shell.h
|
| index 3ae326554ffedc20e7cbc51e393428051bd4781a..9b82c36a60b11eb400ec244ee4b307fc24044209 100644
|
| --- a/ash/common/wm_shell.h
|
| +++ b/ash/common/wm_shell.h
|
| @@ -16,7 +16,7 @@
|
| #include "base/observer_list.h"
|
|
|
| namespace views {
|
| -class PointerWatcher;
|
| +class PointerDownWatcher;
|
| }
|
|
|
| namespace ash {
|
| @@ -222,8 +222,8 @@ class ASH_EXPORT WmShell {
|
| void AddShellObserver(ShellObserver* observer);
|
| void RemoveShellObserver(ShellObserver* observer);
|
|
|
| - virtual void AddPointerWatcher(views::PointerWatcher* watcher) = 0;
|
| - virtual void RemovePointerWatcher(views::PointerWatcher* watcher) = 0;
|
| + virtual void AddPointerDownWatcher(views::PointerDownWatcher* watcher) = 0;
|
| + virtual void RemovePointerDownWatcher(views::PointerDownWatcher* watcher) = 0;
|
|
|
| #if defined(OS_CHROMEOS)
|
| LogoutConfirmationController* logout_confirmation_controller() {
|
|
|