| Index: services/ui/ws/window_tree.cc
|
| diff --git a/services/ui/ws/window_tree.cc b/services/ui/ws/window_tree.cc
|
| index 89ef41112b3c944243ac3b9822f10b336d9e6656..1a1a6e30becd0da8021ee07e770055b3a78fb97f 100644
|
| --- a/services/ui/ws/window_tree.cc
|
| +++ b/services/ui/ws/window_tree.cc
|
| @@ -1902,7 +1902,7 @@ void WindowTree::CancelWindowMove(Id window_id) {
|
| }
|
|
|
| void WindowTree::AddAccelerators(
|
| - std::vector<mojom::AcceleratorPtr> accelerators,
|
| + std::vector<mojom::WmAcceleratorPtr> accelerators,
|
| const AddAcceleratorsCallback& callback) {
|
| DCHECK(window_manager_state_);
|
|
|
|
|