| Index: ash/mus/shell_delegate_mus.cc
|
| diff --git a/ash/mus/shell_delegate_mus.cc b/ash/mus/shell_delegate_mus.cc
|
| index 301f6157a9a78b4cfc03709555c0b81bdde954ad..a6a4b36323879f6557e20ec362c393f8d7e52bd7 100644
|
| --- a/ash/mus/shell_delegate_mus.cc
|
| +++ b/ash/mus/shell_delegate_mus.cc
|
| @@ -8,7 +8,7 @@
|
|
|
| #include "ash/common/gpu_support_stub.h"
|
| #include "ash/common/media_delegate.h"
|
| -#include "ash/common/pointer_watcher_delegate.h"
|
| +#include "ash/common/pointer_down_watcher_delegate.h"
|
| #include "ash/common/session/session_state_delegate.h"
|
| #include "ash/common/system/tray/default_system_tray_delegate.h"
|
| #include "ash/mus/accessibility_delegate_mus.h"
|
| @@ -196,8 +196,8 @@ MediaDelegate* ShellDelegateMus::CreateMediaDelegate() {
|
| return new MediaDelegateStub;
|
| }
|
|
|
| -std::unique_ptr<PointerWatcherDelegate>
|
| -ShellDelegateMus::CreatePointerWatcherDelegate() {
|
| +std::unique_ptr<PointerDownWatcherDelegate>
|
| +ShellDelegateMus::CreatePointerDownWatcherDelegate() {
|
| NOTIMPLEMENTED();
|
| return nullptr;
|
| }
|
|
|